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
fixup: fix linter error
  • Loading branch information
HarshithaKP committed Mar 24, 2020
commit 7dbc5dea7cfd8a87f3019b94002923c4d78495ee
2 changes: 1 addition & 1 deletion test/report/test-report-fatal-error.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const common = require('../common');
require('../common');
const assert = require('assert');
// Testcase to produce report on fatal error (javascript heap OOM)
if (process.argv[2] === 'child') {
Expand Down