Merge pull request #2207 from pimlie/dev

Fix eslint issue in builder.js
This commit is contained in:
Sébastien Chopin 2017-11-23 12:25:22 +01:00 committed by GitHub
commit db5eceec4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -458,7 +458,7 @@ export default class Builder {
this.nuxt.hook('close', () => {
watching.close()
})
return
}
// --- Production Build ---