fix style

This commit is contained in:
Ricardo Gobbo de Souza 2018-11-26 17:53:52 -02:00
parent 69db642b25
commit efcdf43842

View File

@ -56,8 +56,8 @@ export default class Listener {
// Listen server error // Listen server error
this._server.on('error', (e) => { this._server.on('error', (e) => {
consola.fatal(e.message); consola.fatal(e.message)
}); })
// Prepare listenArgs // Prepare listenArgs
const listenArgs = this.socket ? { path: this.socket } : { host: this.host, port: this.port } const listenArgs = this.socket ? { path: this.socket } : { host: this.host, port: this.port }