1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/backend
bobobo1618 6351986bfa
Remove .toString() from disk error handling
For the most part, error messages look like:
```js
{ error: 
      { errno: -2,
        code: 'ENOENT',
        syscall: 'stat',
        path: '/data/path/stuff/place' } }
```

But `toString()` just turns it into `[object Object]`, which is quite useless as a log message.
2019-04-11 22:56:30 +02:00
..
middlewares improving performance 2019-03-10 20:57:27 +01:00
model Remove .toString() from disk error handling 2019-04-11 22:56:30 +02:00
routes improving performance 2019-03-10 20:57:27 +01:00
index.ts improving tests 2018-03-30 15:30:30 -04:00
Logger.ts adding logging settings, fixing key length error 2019-02-07 10:44:51 -05:00
ProjectPath.ts improving tests 2018-03-30 15:30:30 -04:00
server.ts improving caching with gallery version string 2019-02-15 11:47:09 -05:00
tsconfig.json implementing duplicates frontend 2019-01-18 00:26:20 +01:00