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 fadaa46 commit fdd596eCopy full SHA for fdd596e
test/inspector-cli/test-inspector-cli-auto-resume.js
@@ -5,10 +5,13 @@ common.skipIfInspectorDisabled();
5
6
const fixtures = require('../common/fixtures');
7
const startCLI = require('../common/inspector-cli');
8
+const { addLibraryPath } = require('../common/shared-lib-util');
9
10
const assert = require('assert');
11
const path = require('path');
12
13
+addLibraryPath(process.env);
14
+
15
// Auto-resume on start if the environment variable is defined.
16
{
17
const scriptFullPath = fixtures.path('inspector-cli', 'break.js');
0 commit comments