mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-05 20:07:16 +00:00
fix: lint error
This commit is contained in:
parent
83815de91b
commit
cc7c069985
@ -81,7 +81,7 @@ export default class Nuxt extends Tapable {
|
||||
})
|
||||
}
|
||||
|
||||
errorHandler /* istanbul ignore next */() {
|
||||
errorHandler() {
|
||||
// Apply plugins
|
||||
// eslint-disable-next-line no-console
|
||||
this.applyPluginsAsync('error', ...arguments).catch(console.error)
|
||||
|
Loading…
Reference in New Issue
Block a user