Skip to content

Commit ed7807e

Browse files
committed
Linter fixes
1 parent f0a07cd commit ed7807e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/serialize-error.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ function trySerializeError(err, shouldBeautifyStack) {
113113
if (lines[index].startsWith(' at')) {
114114
break;
115115
}
116+
116117
const next = index + 1;
117118
const end = next === lines.length || lines[next].startsWith(' at');
118119
retval.summary += end ? lines[index] : lines[index] + '\n';

0 commit comments

Comments
 (0)