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
When node is run with [--frozen-intrinsics], a `TypeError` is thrown
when any intrinsic objects or their properties are modified. This
occurs when attempting to set `Error.stackTraceLimit`. To avoid exiting
due to an uncaught exception, catch the exception, debug log it, and
continue.
[--frozen-intrinsics]: https://nodejs.org/api/cli.html#--frozen-intrinsics
Signed-off-by: Kevin Locke <[email protected]>
0 commit comments