typo: e -> err

This commit is contained in:
Pooya Parsa 2017-11-11 01:21:10 +03:30
parent a23fb18399
commit ad4aea3546
No known key found for this signature in database
GPG Key ID: C3C77C557D8883CD

View File

@ -94,7 +94,7 @@ export default async ssrContext => {
try {
await store.dispatch('nuxtServerInit', app.context)
} catch (err) {
debug('error occurred when calling nuxtServerInit: ', e.message)
debug('error occurred when calling nuxtServerInit: ', err.message)
throw err
}
}