Commit 8a54513e authored by NGPixel's avatar NGPixel

fix: entries typo

parent 40c4ff80
...@@ -212,7 +212,7 @@ module.exports = { ...@@ -212,7 +212,7 @@ module.exports = {
}) })
}) })
} else { } 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) => { }).catch((err) => {
winston.error(err) winston.error(err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment