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
> (node:2889648) UnhandledPromiseRejectionWarning: ReferenceError: p is not defined
at REPL6:5:3
at processTicksAndRejections (internal/process/task_queues.js:95:5)
I think it will be difficult to debug without displaying an error or killing the process.
The text was updated successfully, but these errors were encountered:
Yes, I can see how that's supposed to result in an "uncatchable exception" actually and that Rhino should be throwing it. I can also see why existing test suites didn't catch it. Let's see what we can do.
https://developer.mozilla.org/en-US/docs/Web/API/Window/unhandledrejection_event
Rhino
SpiderMonkey
node
ref. https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode
I think it will be difficult to debug without displaying an error or killing the process.
The text was updated successfully, but these errors were encountered: