Skip to content

Commit 830ea06

Browse files
committed
test: fix linter error
Fix linter error on unused variable.
1 parent 300c7b2 commit 830ea06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/inspector/test-exception.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ common.skipIfInspectorDisabled();
66

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

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

0 commit comments

Comments
 (0)