mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-23 03:59:18 +00:00
supply radix -- make the linter happy
This commit is contained in:
parent
ebcbc1efe6
commit
d03cfebbdf
@ -21,7 +21,7 @@ class WebServer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.host = this.webServerConfig.host;
|
this.host = this.webServerConfig.host;
|
||||||
this.port = parseInt(this.webServerConfig.port);
|
this.port = parseInt(this.webServerConfig.port, 10);
|
||||||
this._openBrowser = this.webServerConfig.openBrowser;
|
this._openBrowser = this.webServerConfig.openBrowser;
|
||||||
|
|
||||||
this.events.emit("status", __("Starting Server"));
|
this.events.emit("status", __("Starting Server"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user