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.
2 parents b76eb3e + c85a958 commit aff74f6Copy full SHA for aff74f6
packages/fastboot/src/scripts/install-source-map-support.js
@@ -1,12 +1,10 @@
1
'use strict';
2
/* globals sourceMapSupport */
3
4
-Error.prepareStackTrace = function prepareStackTrace(error, stack) {
5
- return error + stack.map(frame => '\n at ' + sourceMapSupport.wrapCallSite(frame)).join('');
6
-};
7
Error.stackTraceLimit = Infinity;
8
9
sourceMapSupport.install({
10
environment: 'node',
+ emptyCacheBetweenOperations: true,
11
handleUncaughtExceptions: false,
12
});
0 commit comments