From 98c537726e7a2bf8e9b4d339b853e8fdfba3f658 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 26 Jan 2024 16:06:27 +0100 Subject: [PATCH] fix(testing): add op_spawn_wait mapping in resource sanitizer (#22129) --- cli/js/40_test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/js/40_test.js b/cli/js/40_test.js index 750cbe7db0..b6f966f200 100644 --- a/cli/js/40_test.js +++ b/cli/js/40_test.js @@ -206,6 +206,7 @@ const OP_DETAILS = { "op_ws_send_binary_ab": ["send a message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"], "op_ws_send_ping": ["send a message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"], "op_ws_send_pong": ["send a message on a WebSocket", "closing a `WebSocket` or `WebSocketStream`"], + "op_spawn_wait": ["wait for a subprocess to exit", "awaiting the result of a `Deno.Process#status` call"], }; let opIdHostRecvMessage = -1;