Fix bridge port not being assigned in status manager

This commit is contained in:
hensm
2019-09-03 15:53:22 +01:00
parent 93f2852e48
commit 2c8c7ad46f

View File

@@ -51,7 +51,7 @@ export default new class StatusManager
public async init () {
if (!this.bridgePort) {
await this.createBridgePort();
this.bridgePort = await this.createBridgePort();
}
}