Skip to content
Snippets Groups Projects
user avatar
deuce authored
global object exits.

This fixes a problem where the terminal server reuses the same global object
for all JS scripts, and they uses nested exec()s.  When the innermost script
would exit, the on_exit evals would occure in IT'S scope rather than in the
scope it was defined in, resulting in incorrect behaviour.
385ee4e9
History
Name Last commit Last update
..