mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Fix eslint issue in builder.js
This commit is contained in:
parent
4c808c90ab
commit
6d8c96bc82
@ -458,7 +458,7 @@ export default class Builder {
|
|||||||
this.nuxt.hook('close', () => {
|
this.nuxt.hook('close', () => {
|
||||||
watching.close()
|
watching.close()
|
||||||
})
|
})
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// --- Production Build ---
|
// --- Production Build ---
|
||||||
|
Loading…
Reference in New Issue
Block a user