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
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
FFmpegFactory.ts
Localizations.ts fixing folder navigation error 2019-02-22 23:39:01 +01:00
NotifocationManager.ts
ObjectManagers.ts improving caching with gallery version string 2019-02-15 11:47:09 -05:00
PasswordHelper.ts