1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00
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
..
2019-03-10 20:57:27 +01:00
2019-03-10 20:57:27 +01:00
2018-03-30 15:30:30 -04:00
2018-03-30 15:30:30 -04:00
2019-01-18 00:26:20 +01:00