diff --git a/lib/core/nuxt.js b/lib/core/nuxt.js index 0338450e6d..a50c7a874c 100644 --- a/lib/core/nuxt.js +++ b/lib/core/nuxt.js @@ -122,6 +122,7 @@ export default class Nuxt { badge: true, clear }) + this.readyMessage = null } listen(port = 3000, host = 'localhost') {