2
Meteor.methods
  foo: (a, b) ->
    notDefined.bar()

Meteor.call('foo', 1, 2)

现在我在日志和 Kadira 中得到的只是错误对象和堆栈跟踪。

我想知道 a 和 b 是什么(1 和 2)。很高兴知道我没有定义自己(在包内)的方法的参数。目前我唯一的通用处理程序是:

Kadira.errors.addFilter (errorType, message, error) ->

相关讨论:

https://forums.meteor.com/t/ catch-and-logging-uncaught-errors-from-meteor-methods/5969

4

0 回答 0