You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ScriptEngineManagerImpl class eval's scripts but doesn't set the ScriptEngine.FILENAME beforehand. This can result in incomplete messages or stack traces for scriptwriters, as errors in the root script won't show their source (only those subsequently loaded).
I'm happy to fix and submit a PR?
The text was updated successfully, but these errors were encountered:
The
ScriptEngineManagerImpl
classeval
's scripts but doesn't set theScriptEngine.FILENAME
beforehand. This can result in incomplete messages or stack traces for scriptwriters, as errors in the root script won't show their source (only those subsequently loaded).I'm happy to fix and submit a PR?
The text was updated successfully, but these errors were encountered: