fix nuxt-build script

This commit is contained in:
Pooya Parsa 2018-03-27 11:40:50 +04:30
parent b8d30d806a
commit 8ed2b60707
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ nuxt.hook('error', (_err, from) => Utils.fatalError(_err, from))
// Close function
const close = () => {
// In analyze mode wait for plugin opening the browser
if (options.build.analyze === true && !(this.options.ci || this.options.test)) {
if (options.build.analyze === true && !(options.ci || options.test)) {
return
}