mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
fix: avoid duplicate listening message
This commit is contained in:
parent
a22cabe949
commit
e9bb9e7236
@ -122,6 +122,7 @@ export default class Nuxt {
|
|||||||
badge: true,
|
badge: true,
|
||||||
clear
|
clear
|
||||||
})
|
})
|
||||||
|
this.readyMessage = null
|
||||||
}
|
}
|
||||||
|
|
||||||
listen(port = 3000, host = 'localhost') {
|
listen(port = 3000, host = 'localhost') {
|
||||||
|
Loading…
Reference in New Issue
Block a user