Skip to content

Commit 3bf8c60

Browse files
committed
fixup: fix linter error
1 parent 7915e7e commit 3bf8c60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/report/test-report-fatal-error.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ if (process.argv[2] === 'child') {
3333
assert.strictEqual(reports.length, 1);
3434
const report = reports[0];
3535
helper.validate(report);
36-
3736
// Verify that reports are not created on fatal error by default.
3837
args = ['--max-old-space-size=20',
3938
__filename,

0 commit comments

Comments
 (0)