summaryrefslogtreecommitdiff
path: root/test/common/inspector-helper.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/inspector-helper.js')
-rw-r--r--test/common/inspector-helper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/inspector-helper.js b/test/common/inspector-helper.js
index 81aa046bf3..454eef4c5e 100644
--- a/test/common/inspector-helper.js
+++ b/test/common/inspector-helper.js
@@ -390,7 +390,7 @@ class NodeInstance {
console.log('[test]', 'Connecting to a child Node process');
const response = await this.httpGet(null, '/json/list');
const url = response[0]['webSocketDebuggerUrl'];
- return await this.wsHandshake(url);
+ return this.wsHandshake(url);
}
expectShutdown() {