We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f1f59 commit a80ab6eCopy full SHA for a80ab6e
lib/bootstrap-local.js
@@ -51,7 +51,7 @@ if (process.env['DEVKIT_PROFILING']) {
51
process.on('uncaughtException', exitHandler.bind(null, { exit: true }));
52
}
53
54
-if (process.argv.indexOf('--long-stack-trace') !== -1){
+if (process.env['DEVKIT_LONG_STACK_TRACE']) {
55
Error.stackTraceLimit = Infinity;
56
57
0 commit comments