mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Fixed refractoring error in generate
This commit is contained in:
parent
e148e4b93a
commit
0fe5b2c17f
@ -143,7 +143,7 @@ export default function () {
|
||||
return `Route: '${route}' thrown an error: \n` + JSON.stringify(error)
|
||||
}
|
||||
})
|
||||
console.error('==== Error report ==== \n' + report).join('\n\n') // eslint-disable-line no-console
|
||||
console.error('==== Error report ==== \n' + report.join('\n\n')) // eslint-disable-line no-console
|
||||
}
|
||||
return this
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user