Skip to content

Commit 794bdb0

Browse files
committed
fix
1 parent db624a3 commit 794bdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source-map-support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ function wrapCallSite(frame, state) {
408408
return frame;
409409
}
410410

411-
let kIsNodeError = undefined;
411+
var kIsNodeError = undefined;
412412
try {
413413
// Get a deliberate ERR_INVALID_ARG_TYPE
414414
// TODO is there a better way to reliably get an instance of NodeError?

0 commit comments

Comments
 (0)