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: address review comment
  • Loading branch information
HarshithaKP committed Mar 24, 2020
commit 7915e7eb4665df8965d4bbb3e0766b1abb8639af
3 changes: 2 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,8 @@ 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,
'child'];
Expand Down