Updated Toy to 0.7.0
This commit is contained in:
@@ -51,8 +51,6 @@ static int nativeLoadNode(Interpreter* interpreter, LiteralArray* arguments) {
|
||||
inner.depth = interpreter->depth + 1;
|
||||
inner.panic = false;
|
||||
initLiteralArray(&inner.stack);
|
||||
inner.exports = interpreter->exports;
|
||||
inner.exportTypes = interpreter->exportTypes;
|
||||
inner.hooks = interpreter->hooks;
|
||||
setInterpreterPrint(&inner, interpreter->printOutput);
|
||||
setInterpreterAssert(&inner, interpreter->assertOutput);
|
||||
|
||||
Reference in New Issue
Block a user