Fix port naming

This commit is contained in:
Tamius Han 2020-03-09 19:11:08 +01:00
parent 80c14f72be
commit b3fce146f5

View File

@ -134,7 +134,7 @@ class UW {
await this.settings.init(); await this.settings.init();
} }
this.comms = new CommsClient('content-ui-port', this.logger, this.commsHandlers); this.comms = new CommsClient('content-main-port', this.logger, this.commsHandlers);
// če smo razširitev onemogočili v nastavitvah, ne naredimo ničesar // če smo razširitev onemogočili v nastavitvah, ne naredimo ničesar
// If extension is soft-disabled, don't do shit // If extension is soft-disabled, don't do shit