fix: entries typo

pull/95/head
NGPixel 8 years ago
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…
Cancel
Save