fix(cli): replace not instance regardless of DEBUG

This commit is contained in:
Pooya Parsa 2021-04-20 15:27:10 +02:00
parent fbe658ffc7
commit 60e1ee387c

View File

@ -46,6 +46,8 @@ export async function invoke (args) {
info('Restarted nuxt due to config changes')
}
}
} else {
currentNuxt = newNuxt
}
await currentNuxt.ready()