refactor(parsedata): destruct data

This commit is contained in:
moklick
2019-08-06 16:41:58 +02:00
parent fbbd0a93ba
commit 59cd72ddef
5 changed files with 46 additions and 39 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ var parent = module.bundle.parent;
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
var hostname = "" || location.hostname;
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
var ws = new WebSocket(protocol + '://' + hostname + ':' + "61389" + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + "52012" + '/');
ws.onmessage = function (event) {
checkedAssets = {};