1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/backend/model/threading
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
..
DiskMangerWorker.ts Remove .toString() from disk error handling 2019-04-11 22:56:30 +02:00
MetadataLoader.ts improving performance 2019-03-10 20:57:27 +01:00
TaskExecuter.ts improving multi threading 2018-12-08 18:17:33 +01:00
TaskQue.ts fixing taskQue 2018-12-22 00:09:07 +01:00
ThreadPool.ts improving multi threading 2018-12-08 18:17:33 +01:00
ThumbnailWorker.ts adding thumbnail info to persons 2019-03-03 12:11:16 +01:00
Worker.ts improving multi threading 2018-12-08 18:17:33 +01:00