refactor(wdr): no logs

This commit is contained in:
moklick
2019-08-01 15:08:13 +02:00
parent 6b81436316
commit c6c65669e9
7 changed files with 29 additions and 11 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 + ':' + "57289" + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + "65016" + '/');
ws.onmessage = function (event) {
checkedAssets = {};