forked from xxq250/Nasal-Interpreter
⚡ add runtime.gc.extend
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import.module.libsock;
|
||||
|
||||
for(var i=0;i<60;i+=1){
|
||||
runtime.gc.extend("str");
|
||||
}
|
||||
|
||||
var http=func(){
|
||||
var sd=nil;
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user