Fixed refractoring error in generate

This commit is contained in:
Johan Roxendal 2017-05-08 09:22:35 +02:00
parent e148e4b93a
commit 0fe5b2c17f

View File

@ -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
})