summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/wasm-stepping-with-source-map.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/debugger/wasm-stepping-with-source-map.js')
-rw-r--r--deps/v8/test/inspector/debugger/wasm-stepping-with-source-map.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/debugger/wasm-stepping-with-source-map.js b/deps/v8/test/inspector/debugger/wasm-stepping-with-source-map.js
index 7d80628131..ce31be6747 100644
--- a/deps/v8/test/inspector/debugger/wasm-stepping-with-source-map.js
+++ b/deps/v8/test/inspector/debugger/wasm-stepping-with-source-map.js
@@ -41,6 +41,7 @@ InspectorTest.runAsyncTestSuite([
for (const action of ['stepInto', 'stepOver', 'stepOut', 'resume'])
InspectorTest.logProtocolCommandCalls('Debugger.' + action);
+ await Protocol.Runtime.enable();
await Protocol.Debugger.enable();
WasmInspectorTest.instantiate(module_bytes);
const [, {params: wasmScript}] = await Protocol.Debugger.onceScriptParsed(2);