aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2017-04-18 22:10:35 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2017-04-21 10:35:06 +0200
commite0b076a9499497f6e9a514ea0f49ed09ad7992c3 (patch)
tree00ca5bc2b374af3289c2cddb01e71698e57ad4c0 /test
parentee0620b2353df2a4857fc962805b6a0b2cbb0f3a (diff)
downloadandroid-node-v8-e0b076a9499497f6e9a514ea0f49ed09ad7992c3.tar.gz
android-node-v8-e0b076a9499497f6e9a514ea0f49ed09ad7992c3.tar.bz2
android-node-v8-e0b076a9499497f6e9a514ea0f49ed09ad7992c3.zip
lib,src,test: update --debug/debug-brk comments
Overlooked in commit 47f8f74 ("src: remove support for --debug") from earlier this month. PR-URL: https://github.com/nodejs/node/pull/12495 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/inspector/test-inspector.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/inspector/test-inspector.js b/test/inspector/test-inspector.js
index 5e41864755..458c668953 100644
--- a/test/inspector/test-inspector.js
+++ b/test/inspector/test-inspector.js
@@ -89,7 +89,7 @@ function setupExpectValue(value) {
function testBreakpointOnStart(session) {
console.log('[test]',
- 'Verifying debugger stops on start (--debug-brk option)');
+ 'Verifying debugger stops on start (--inspect-brk option)');
const commands = [
{ 'method': 'Runtime.enable' },
{ 'method': 'Debugger.enable' },