mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-12 03:38:07 +00:00
ignore coverage
This commit is contained in:
parent
efcdf43842
commit
f9d545758e
@ -55,6 +55,7 @@ export default class Listener {
|
||||
this._server = protocol.createServer.apply(protocol, protocolOpts.concat(this.app))
|
||||
|
||||
// Listen server error
|
||||
/* istanbul ignore next */
|
||||
this._server.on('error', (e) => {
|
||||
consola.fatal(e.message)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user