mirror of
https://github.com/janet-lang/janet
synced 2025-10-21 18:57:41 +00:00
Work on deserialization for loading bytecode and
other objects.
This commit is contained in:
@@ -118,7 +118,7 @@ GstValue *gst_thread_expand_callable(Gst *vm, GstThread *thread, GstValue callee
|
||||
continue;
|
||||
}
|
||||
}
|
||||
/* Callables nested to deeply */
|
||||
/* Callables nested too deeply */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user