From e9bb9e7236eb0c9643daee8e557e6e254a08db8e Mon Sep 17 00:00:00 2001 From: Clark Du Date: Thu, 16 Aug 2018 10:36:54 +0100 Subject: [PATCH] fix: avoid duplicate listening message --- lib/core/nuxt.js | 1 + 1 file changed, 1 insertion(+) 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') {