mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
pass port number through parseInt
This commit is contained in:
parent
1b7aed8b80
commit
c685432ea2
@ -20,6 +20,7 @@ class WebServer {
|
||||
return;
|
||||
}
|
||||
|
||||
this.port = parseInt(this.webServerConfig.port);
|
||||
this._openBrowser = this.webServerConfig.openBrowser;
|
||||
|
||||
this.events.emit("status", __("Starting Server"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user