Skip to content
Prev Previous commit
Next Next commit
fixup! fixup! separate tc for clarify on patch expectations
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
  • Loading branch information
daeyeon committed Apr 16, 2024
commit e5005441c6716aafbcb27b11d1e80bb44f9755a3
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Flags: --inspect=0
import * as common from '../common/index.mjs';
common.skipIfInspectorDisabled();

Expand Down Expand Up @@ -26,7 +25,7 @@ if (isMainThread) {
setImmediate(() => process.exit());
}
} else {
inspector.open();
inspector.open(0, undefined, false);
parentPort.postMessage('open');
inspector.waitForDebugger();
}