diff --git a/src/uv.handler.js b/src/uv.handler.js index d8d1792..fbbba47 100644 --- a/src/uv.handler.js +++ b/src/uv.handler.js @@ -1086,7 +1086,7 @@ function __uvHook(window, config = {}, bare = '/bare/') { ); } - this.#ready = this.#open(parsed, [].concat(protocol)); + this.#ready = this.#open(parsed, protocol); } get protocol() { return this.#protocol;