diff options
Diffstat (limited to 'ext/websocket/autobahn/autobahn_server.js')
-rw-r--r-- | ext/websocket/autobahn/autobahn_server.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/websocket/autobahn/autobahn_server.js b/ext/websocket/autobahn/autobahn_server.js index 18b58ab1e..73e32a60f 100644 --- a/ext/websocket/autobahn/autobahn_server.js +++ b/ext/websocket/autobahn/autobahn_server.js @@ -1,5 +1,5 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -import { parse } from "../../../tests/util/std/flags/mod.ts"; +import { parse } from "@std/flags/mod.ts"; const { port } = parse(Deno.args, { number: ["port"], |