neffos.js icon indicating copy to clipboard operation
neffos.js copied to clipboard

Bug: await

Open InfpHub opened this issue 1 year ago • 0 comments

if (!isBrowser) { const nodeWS = await import('ws'); WebSocket = nodeWS.WebSocket; }

you should remove the keyword "await" in this code!

InfpHub avatar Jul 16 '24 03:07 InfpHub