mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-06-04 23:27:26 +02:00
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.