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 b731e02 commit db624a3Copy full SHA for db624a3
source-map-support.js
@@ -419,6 +419,8 @@ try {
419
if(symbol) kIsNodeError = symbol;
420
}
421
422
+const ErrorPrototypeToString = (err) =>Error.prototype.toString.call(err);
423
+
424
// This function is part of the V8 stack trace API, for more info see:
425
// https://v8.dev/docs/stack-trace-api
426
function prepareStackTrace(error, stack) {
0 commit comments