This commit is contained in:
Valk Richard Li
2020-02-17 17:16:36 +08:00
committed by GitHub
parent d9f5995b01
commit 7479d370a1
4 changed files with 397 additions and 43 deletions
-1
View File
@@ -28,7 +28,6 @@ class nasal_runtime
// init
global.set_clear();
nasal_gc.gc_init();
return;
}
};