From ca284dad3b2d421ff0bd0f2d65346f694f959dd6 Mon Sep 17 00:00:00 2001 From: David Reed Date: Fri, 18 Nov 2022 21:28:46 -0500 Subject: [PATCH] directly pass protocol --- src/uv.handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;