Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
azk / usr / lib / azk / node_modules / winston / examples / exception.js
Size: Mime:
var winston = require('../');
winston.handleExceptions(new winston.transports.Console({ colorize: true, json: true }));

throw new Error('Hello, winston!');