mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-02-10 04:30:03 +00:00
better GC debugging, added base object for tables
This commit is contained in:
@@ -90,7 +90,6 @@ static void runFile(const char* fileName) {
|
||||
char* script = readFile(fileName);
|
||||
CState *state = cosmoV_newState();
|
||||
|
||||
|
||||
interpret(state, script);
|
||||
|
||||
cosmoV_freeState(state);
|
||||
|
||||
Reference in New Issue
Block a user