summaryrefslogtreecommitdiff
path: root/deps/node-inspect/test/cli/profile.test.js
diff options
context:
space:
mode:
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(() => {