remove unused async
This commit is contained in:
parent
bd51158873
commit
5fc685aade
1 changed files with 1 additions and 1 deletions
|
|
@ -948,7 +948,7 @@ function __uvHook(window, config = {}, bare = '/bare/') {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
client.websocket.on('websocket', async (event) => {
|
client.websocket.on('websocket', (event) => {
|
||||||
let url;
|
let url;
|
||||||
try {
|
try {
|
||||||
url = new URL(event.data.url);
|
url = new URL(event.data.url);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue