mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
6351986bfa
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.