我想在Meteor中捕获未捕获的异常并以优雅的方式处理它们.Node有类似的process.on('uncaughtException', function(err) {})吗?
process.on('uncaughtException', function(err) {})
我对客户端和服务器中的解决方案感兴趣.
meteor
meteor ×1