Explorar el Código

fix: entries typo

NGPixel hace 8 años
padre
commit
8a54513e4d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server/libs/entries.js

+ 1 - 1
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)