Skip to content

Commit 8be551d

Browse files
committed
fixup: errors linting
1 parent 2524123 commit 8be551d

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
@@ -825,7 +825,8 @@ function hideLeadingInternalFrames(error, stackFrames) {
825825
stackFrames,
826826
(frm) => !StringPrototypeStartsWith(frm.getFileName(),
827827
'node:internal')
828-
));
828+
)
829+
);
829830
}
830831
ArrayPrototypeUnshift(frames, error);
831832
return ArrayPrototypeJoin(frames, '\n at ');

0 commit comments

Comments
 (0)