mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-13 11:12:47 +00:00
updated package.json
This commit is contained in:
4
node_modules/winston/examples/exception.js
generated
vendored
Normal file
4
node_modules/winston/examples/exception.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
var winston = require('../');
|
||||
winston.handleExceptions(new winston.transports.Console({ colorize: true, json: true }));
|
||||
|
||||
throw new Error('Hello, winston!');
|
||||
Reference in New Issue
Block a user