Rafe
Results
2
issues of
Rafe
It may be wrong, but I think there are different results for the export in `dist` and the project itself. I imported project through npm and using latest version which...
There is only one transport, added like this: ``` winston.add(winston.createLogger({ transports: [ new winston.transports.Console({ handleExceptions: true, format: winston.format.combine( winston.format.simple() ), }), ] })); ``` When a new Error thrown from...