refactor(nodeRenderer): dont use Context in nodes

This commit is contained in:
moklick
2019-07-31 16:00:46 +02:00
parent a0646a31f2
commit ec7231e42d
10 changed files with 191 additions and 178 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 + ':' + "51139" + '/');
var ws = new WebSocket(protocol + '://' + hostname + ':' + "58449" + '/');
ws.onmessage = function (event) {
checkedAssets = {};