mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
typo
This commit is contained in:
parent
4c07a397e2
commit
fa97b2af67
@ -55,11 +55,6 @@ class Server {
|
|||||||
console.log('Ready on http://%s:%s', _host, port) // eslint-disable-line no-console
|
console.log('Ready on http://%s:%s', _host, port) // eslint-disable-line no-console
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
.then(() => {
|
|
||||||
this.server.listen(port, host, () => {
|
|
||||||
console.log('Ready on http://%s:%s', host, port) // eslint-disable-line no-console
|
|
||||||
})
|
|
||||||
})
|
|
||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user