This commit is contained in:
Valk Richard Li
2020-02-17 17:16:36 +08:00
committed by GitHub
parent e9e5e1a3fc
commit 4220e5bc5d
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;
}
};