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 794bdb0 commit d799cafCopy full SHA for d799caf
source-map-support.js
@@ -415,7 +415,7 @@ try {
415
path.resolve(123);
416
} catch(e) {
417
const symbols = Object.getOwnPropertySymbols(e);
418
- const symbol = symbols.find(s => s.toString().indexOf('kIsNodeError') >= 0);
+ const symbol = symbols.find(function (s) {return s.toString().indexOf('kIsNodeError') >= 0});
419
if(symbol) kIsNodeError = symbol;
420
}
421
0 commit comments