Skip to content

Commit 2c82fb0

Browse files
committed
lib: remove the invalid command line options
The option --remote_debugging_server and --debug-agent are not supported now.
1 parent 9ab63d6 commit 2c82fb0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/internal/bootstrap_node.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,6 @@
104104
NativeModule.require('node-inspect/lib/_inspect').start();
105105
});
106106

107-
} else if (process.argv[1] === '--remote_debugging_server') {
108-
// Start the debugging server
109-
NativeModule.require('internal/inspector/remote_debugging_server');
110-
111-
} else if (process.argv[1] === '--debug-agent') {
112-
// Start the debugger agent
113-
NativeModule.require('_debug_agent').start();
114-
115107
} else if (process.profProcess) {
116108
NativeModule.require('internal/v8_prof_processor');
117109

0 commit comments

Comments
 (0)