We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc712c commit fbbcd1aCopy full SHA for fbbcd1a
lib/internal/bootstrap_node.js
@@ -81,7 +81,9 @@
81
82
} else if (process.argv[1] === 'inspect') {
83
// Start the debugger agent
84
- NativeModule.require('node-inspect/lib/_inspect').start();
+ process.nextTick(function() {
85
+ NativeModule.require('node-inspect/lib/_inspect').start();
86
+ });
87
88
} else if (process.argv[1] === '--remote_debugging_server') {
89
// Start the debugging server
0 commit comments