exception.js 157 Bytes Raw Blame History Permalink 1 2 3 4 var winston = require('../'); winston.handleExceptions(new winston.transports.Console({ colorize: true, json: true })); throw new Error('Hello, winston!');