summaryrefslogtreecommitdiff
path: root/test/sequential/test-inspector-async-hook-setup-at-inspect-brk.js
diff options
context:
space:
mode:
authorGuy Bedford <guybedford@gmail.com>2018-01-17 00:35:54 +0200
committerGuy Bedford <guybedford@gmail.com>2018-01-22 18:39:21 +0200
commite7ff00d0c52ad7deefe8be4a6a293d15fd3fca7b (patch)
tree85ba33781747ad30295f491e07232e087b8f2662 /test/sequential/test-inspector-async-hook-setup-at-inspect-brk.js
parenta65b0b90c96546a33b0c9d52c9c7024df201d6b1 (diff)
downloadandroid-node-v8-e7ff00d0c52ad7deefe8be4a6a293d15fd3fca7b.tar.gz
android-node-v8-e7ff00d0c52ad7deefe8be4a6a293d15fd3fca7b.tar.bz2
android-node-v8-e7ff00d0c52ad7deefe8be4a6a293d15fd3fca7b.zip
inspector: --inspect-brk for es modules
Reworked rebase of PR #17360 with feedback PR-URL: https://github.com/nodejs/node/pull/18194 Fixes: https://github.com/nodejs/node/issues/17340 Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test/sequential/test-inspector-async-hook-setup-at-inspect-brk.js')
-rw-r--r--test/sequential/test-inspector-async-hook-setup-at-inspect-brk.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sequential/test-inspector-async-hook-setup-at-inspect-brk.js b/test/sequential/test-inspector-async-hook-setup-at-inspect-brk.js
index 980e9e4d46..e0c3b4dcb8 100644
--- a/test/sequential/test-inspector-async-hook-setup-at-inspect-brk.js
+++ b/test/sequential/test-inspector-async-hook-setup-at-inspect-brk.js
@@ -1,3 +1,4 @@
+// Flags: --expose-internals
'use strict';
const common = require('../common');
common.skipIfInspectorDisabled();