mirror of
https://github.com/status-im/poc-core-secure-react-native.git
synced 2026-08-31 03:01:09 +00:00
5 lines
157 B
JavaScript
5 lines
157 B
JavaScript
var winston = require('../');
|
|
winston.handleExceptions(new winston.transports.Console({ colorize: true, json: true }));
|
|
|
|
throw new Error('Hello, winston!');
|