fix: Display stack when unhandled error when generating a route

This commit is contained in:
Sébastien Chopin 2018-09-19 12:39:47 +02:00
parent 411bb1904e
commit 879ea846a4

View File

@ -218,6 +218,7 @@ export default class Generator {
route,
errors: pageErrors
})
consola.error(this._formatErrors(pageErrors))
return false
}