summaryrefslogtreecommitdiff
path: root/deps/node-inspect/test/cli/profile.test.js
diff options
context:
space:
mode:
authorJan Krems <jan.krems@groupon.com>2017-04-04 09:47:43 -0700
committerAnna Henningsen <anna@addaleax.net>2017-04-14 23:48:05 +0200
commit021719738eb8bc86356e23fe3902d2900a878fd6 (patch)
treed5398ccba2c9149cc700d470444534c66e82a25d /deps/node-inspect/test/cli/profile.test.js
parent7fd2923f1fcce9a782d450f01ad414589030c596 (diff)
downloadandroid-node-v8-021719738eb8bc86356e23fe3902d2900a878fd6.tar.gz
android-node-v8-021719738eb8bc86356e23fe3902d2900a878fd6.tar.bz2
android-node-v8-021719738eb8bc86356e23fe3902d2900a878fd6.zip
deps: update node-inspect to v1.11.2
PR-URL: https://github.com/nodejs/node/pull/12363 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
Diffstat (limited to 'deps/node-inspect/test/cli/profile.test.js')
-rw-r--r--deps/node-inspect/test/cli/profile.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/node-inspect/test/cli/profile.test.js b/deps/node-inspect/test/cli/profile.test.js
index 3ef1896200..0f900c5a2b 100644
--- a/deps/node-inspect/test/cli/profile.test.js
+++ b/deps/node-inspect/test/cli/profile.test.js
@@ -15,7 +15,7 @@ test('profiles', (t) => {
throw error;
}
- return cli.waitFor(/break/)
+ return cli.waitForInitialBreak()
.then(() => cli.waitForPrompt())
.then(() => cli.command('exec console.profile()'))
.then(() => {