mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-09 03:03:18 +00:00
fix style
This commit is contained in:
parent
69db642b25
commit
efcdf43842
@ -56,8 +56,8 @@ export default class Listener {
|
||||
|
||||
// Listen server error
|
||||
this._server.on('error', (e) => {
|
||||
consola.fatal(e.message);
|
||||
});
|
||||
consola.fatal(e.message)
|
||||
})
|
||||
|
||||
// Prepare listenArgs
|
||||
const listenArgs = this.socket ? { path: this.socket } : { host: this.host, port: this.port }
|
||||
|
Loading…
Reference in New Issue
Block a user