mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
Don't use next anymore
This commit is contained in:
parent
8bccfb779b
commit
a17c551fca
@ -264,7 +264,7 @@ export default class Renderer extends Tapable {
|
|||||||
res.end(html, 'utf8')
|
res.end(html, 'utf8')
|
||||||
return html
|
return html
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
next(this.errorMiddleware(err, req, res, next, context))
|
this.errorMiddleware(err, req, res, next, context)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user