Skip to content
Snippets Groups Projects
Commit 78dc9470 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't log "symbol 'x' is not defined by script 'y'" error when terminating

When a JS environment (e.g. server, jsexec) is terminated, it's possible
that a require() script was being evaluated. But since termination would
abort that evaluation, it's not unexpected if a symbol ends up not being
defined before the require() script was terminated, so don't report an
error in that case.

Fix issue #681
parent f43e852a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment