1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/backend/model
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
..
diagnostics fixing map bug, adding mapbox support 2018-12-08 11:34:33 +01:00
interfaces improving performance 2019-03-10 20:57:27 +01:00
memory improving performance 2019-03-10 20:57:27 +01:00
sql improving performance 2019-03-10 20:57:27 +01:00
threading Remove .toString() from disk error handling 2019-04-11 22:56:30 +02:00
DiskManger.ts implementing basic video support 2018-11-04 19:28:32 +01:00
FFmpegFactory.ts improving video support 2018-11-18 20:26:29 +01:00
Localizations.ts fixing folder navigation error 2019-02-22 23:39:01 +01:00
NotifocationManager.ts improving tests 2018-03-30 15:30:30 -04:00
ObjectManagers.ts improving caching with gallery version string 2019-02-15 11:47:09 -05:00
PasswordHelper.ts improving types 2018-11-28 23:49:33 +01:00