diff options
Diffstat (limited to 'ext/websocket')
-rw-r--r-- | ext/websocket/autobahn/fuzzingclient.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/websocket/autobahn/fuzzingclient.js b/ext/websocket/autobahn/fuzzingclient.js index 6597fb689..9edc7293f 100644 --- a/ext/websocket/autobahn/fuzzingclient.js +++ b/ext/websocket/autobahn/fuzzingclient.js @@ -4,6 +4,7 @@ import { $ } from "https://deno.land/x/dax@0.31.0/mod.ts"; +$.setPrintCommand(true); const pwd = new URL(".", import.meta.url).pathname; const AUTOBAHN_TESTSUITE_DOCKER = |