Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup: fix linter error
  • Loading branch information
HarshithaKP committed Mar 24, 2020
commit 3bf8c608974205ade1a89b03ac5a770ccc8868e3
1 change: 0 additions & 1 deletion test/report/test-report-fatal-error.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ if (process.argv[2] === 'child') {
assert.strictEqual(reports.length, 1);
const report = reports[0];
helper.validate(report);

// Verify that reports are not created on fatal error by default.
args = ['--max-old-space-size=20',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a comment here. Something along the lines of // Verify that reports are not created on fatal error by default.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added suggested comment in test case. PTAL.

__filename,
Expand Down