File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const upnpService = require('./upnpService');
88const { FluxGossipServer, logController : fpcLogController } = require ( '@megachips/fluxport-controller' ) ;
99const { executeCall : executeBenchmarkCall } = require ( './benchmarkService' ) ;
1010
11- const GOSSIPSERVER_TIMEOUT = 90
11+ const GOSSIPSERVER_TIMEOUT = 90 ;
1212
1313let apiPort = null ;
1414let routerIp = null ;
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ async function SetupPortsUpnpAndComputed() {
138138 try {
139139 [ apiPort , routerIp ] = await waitForApiPortAndRouterIp ( autoUpnp ) ;
140140 } catch ( err ) {
141- log . error ( " Error waiting for ip and port, Shutting down." ) ;
141+ log . error ( ' Error waiting for ip and port, Shutting down.' ) ;
142142 log . error ( err ) ;
143143 process . exit ( ) ;
144144 }
You can’t perform that action at this time.
0 commit comments