Skip to content

Commit

Permalink
fixup: fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshithaKP committed Mar 24, 2020
1 parent 3bf8c60 commit 7dbc5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/report/test-report-fatal-error.js
@@ -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

0 comments on commit 7dbc5de

Please sign in to comment.