blob: 99f605b3ff38fe0a0609be13a8577ad504cb8095 [file] [log] [blame]
var winston = require('../');
winston.handleExceptions(new winston.transports.Console({ colorize: true, json: true }));
throw new Error('Hello, winston!');