fix: entries typo

This commit is contained in:
NGPixel 2017-05-02 21:42:25 -04:00
parent 40c4ff80f4
commit 8a54513e4d

View File

@ -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)