You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
modify code, and sometimes it crashes with message
/home/screamz/js-dev/picoloGame/node_modules/ws/lib/Receiver.js:306
if (mask != null && buf != null) bufferUtil.unmask(buf, mask);
^
TypeError: Cannot read property 'unmask' of undefined
at Receiver.unmask (/home/screamz/js-dev/picoloGame/node_modules/ws/lib/Receiver.js:306:46)
at Receiver.finish (/home/screamz/js-dev/picoloGame/node_modules/ws/lib/Receiver.js:673:19)
at Receiver.expectHandler (/home/screamz/js-dev/picoloGame/node_modules/ws/lib/Receiver.js:661:33)
at Receiver.add (/home/screamz/js-dev/picoloGame/node_modules/ws/lib/Receiver.js:103:24)
at Socket.realHandler (/home/screamz/js-dev/picoloGame/node_modules/ws/lib/WebSocket.js:825:20)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at readableAddChunk (_stream_readable.js:176:18)
at Socket.Readable.push (_stream_readable.js:134:10)
at TCP.onread (net.js:551:20)
Which @ionic/app-scripts version are you using?
1.3.2
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)