Skip to content

Commit d41671c

Browse files
committed
fixup: errors linting
1 parent 0d9936d commit d41671c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/errors.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,8 @@ function hideLeadingInternalFrames(error, stackFrames) {
812812
stackFrames,
813813
(frm) => !StringPrototypeStartsWith(frm.getFileName(),
814814
'node:internal')
815-
));
815+
)
816+
);
816817
}
817818
ArrayPrototypeUnshift(frames, error);
818819
return ArrayPrototypeJoin(frames, '\n at ');

0 commit comments

Comments
 (0)