mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +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. |
||
---|---|---|
.. | ||
middlewares | ||
model | ||
routes | ||
index.ts | ||
Logger.ts | ||
ProjectPath.ts | ||
server.ts | ||
tsconfig.json |