fix: entries typo
This commit is contained in:
parent
40c4ff80f4
commit
8a54513e4d
@ -212,7 +212,7 @@ module.exports = {
|
||||
})
|
||||
})
|
||||
} else {
|
||||
return Promise.reject(new Error(lang.t('errors:notexist', { path: entryPath }))
|
||||
return Promise.reject(new Error(lang.t('errors:notexist', { path: entryPath })))
|
||||
}
|
||||
}).catch((err) => {
|
||||
winston.error(err)
|
||||
|
Loading…
Reference in New Issue
Block a user