directly pass protocol
This commit is contained in:
parent
57a26473aa
commit
ca284dad3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
get protocol() {
|
||||||
return this.#protocol;
|
return this.#protocol;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue