Open dalejung opened 11 years ago
If a file errors midway, everything that executed correctly won't be added to global. We should add the valid variables after error
also notice that this breaks up arrow, rawmode turned off?
Need to move js_run to contextify because vm copies the sandbox values AFTER execution which doesn't happen in an error.
js_run
vm
If a file errors midway, everything that executed correctly won't be added to global. We should add the valid variables after error