mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +00:00
fix(cli): replace not instance regardless of DEBUG
This commit is contained in:
parent
fbe658ffc7
commit
60e1ee387c
@ -46,6 +46,8 @@ export async function invoke (args) {
|
||||
info('Restarted nuxt due to config changes')
|
||||
}
|
||||
}
|
||||
} else {
|
||||
currentNuxt = newNuxt
|
||||
}
|
||||
|
||||
await currentNuxt.ready()
|
||||
|
Loading…
Reference in New Issue
Block a user