We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36433e commit e14fd57Copy full SHA for e14fd57
test/inspector/test-exception.js
@@ -1,13 +1,13 @@
1
'use strict';
2
const common = require('../common');
3
+const fixtures = require('../common/fixtures');
4
5
common.skipIfInspectorDisabled();
6
7
const assert = require('assert');
8
const { NodeInstance } = require('./inspector-helper.js');
-const path = require('path');
9
10
-const script = path.join(common.fixturesDir, 'throws_error.js');
+const script = fixtures.path('throws_error.js');
11
12
async function testBreakpointOnStart(session) {
13
console.log('[test]',
0 commit comments