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 c5f54b1 commit c912eaaCopy full SHA for c912eaa
test/sequential/test-debugger-debug-brk.js
@@ -1,8 +1,12 @@
1
'use strict';
2
const common = require('../common');
3
common.skipIfInspectorDisabled();
4
-const fixtures = require('../common/fixtures');
+
5
+// This test ensures that the debug-brk flag will spin up a new process and
6
+// wait, rather than exit.
7
8
const assert = require('assert');
9
+const fixtures = require('../common/fixtures');
10
const spawn = require('child_process').spawn;
11
12
// file name here doesn't actually matter since
0 commit comments