Exception while invoking method '_Tevent' Error: Did not check() all arguments during call to 'Tevent' I20150706-19:31:29.282(2)? at [object Object]..extend.throwUnlessAllArgumen tsHaveBeenChecked (packages/check/match.js:357:1) I20150706-19:31:29.283(2)? at maybeAuditArgumentChecks (packages/ddp/livedat a_server.js:1614:1) to arguments checks failing just now
Could you please add a call to check(argumentName, argumentType) to the _Tevent method (and all the others)?, (or at least use check(arguments,[Match.any]), that would be a quick fix )
Exception while invoking method '_Tevent' Error: Did not check() all arguments during call to 'Tevent' I20150706-19:31:29.282(2)? at [object Object]..extend.throwUnlessAllArgumen tsHaveBeenChecked (packages/check/match.js:357:1) I20150706-19:31:29.283(2)? at maybeAuditArgumentChecks (packages/ddp/livedat a_server.js:1614:1) to arguments checks failing just now
Could you please add a call to check(argumentName, argumentType) to the _Tevent method (and all the others)?, (or at least use check(arguments,[Match.any]), that would be a quick fix )
Would love to try this out :)