Browse Source

fix: entries typo

pull/95/head
NGPixel 7 years ago
parent
commit
8a54513e4d
1 changed files with 1 additions and 1 deletions
  1. 2
      server/libs/entries.js

2
server/libs/entries.js

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