This should make the "missing natives" exception more visible, since it'll be closer to the top of the stack.
Also added some handling for setting up a log handler.
while I was working on this, I noticed callback = (ctx, str) -> cb.log(str);, which is not a static callback like most/every other callback in this library. i should probably fix that at some point.
This should make the "missing natives" exception more visible, since it'll be closer to the top of the stack.
Also added some handling for setting up a log handler.
while I was working on this, I noticed
callback = (ctx, str) -> cb.log(str);
, which is not a static callback like most/every other callback in this library. i should probably fix that at some point.