mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
Merge pull request #683 from jroxendal/fix-generate
Fixed refractoring error in generate
This commit is contained in:
commit
8865cdc1d8
@ -143,7 +143,7 @@ export default function () {
|
|||||||
return `Route: '${route}' thrown an error: \n` + JSON.stringify(error)
|
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
|
return this
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user