首页 > 代码库 > 在工程中要加入新的错误弹出方法

在工程中要加入新的错误弹出方法

var em = new (require(‘events‘).EventEmitter)();

em.emit(‘error‘, new Error(‘you define the error!‘));

 

在工程中要加入新的错误弹出方法