We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf980b0 commit f72376dCopy full SHA for f72376d
test/parallel/test-debugger-pid.js
@@ -1,5 +1,6 @@
1
'use strict';
2
const common = require('../common');
3
+common.skipIfInspectorDisabled();
4
const assert = require('assert');
5
const spawn = require('child_process').spawn;
6
0 commit comments