Skip to content

Commit

Permalink
test: fix linter error
Browse files Browse the repository at this point in the history
Fix linter error on unused variable.
  • Loading branch information
keywordnew committed Oct 7, 2017
1 parent 300c7b2 commit 830ea06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/inspector/test-exception.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ common.skipIfInspectorDisabled();

const assert = require('assert');
const { NodeInstance } = require('./inspector-helper.js');
const path = require('path');

const script = fixtures.path('throws_error.js');

Expand Down

0 comments on commit 830ea06

Please sign in to comment.