mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Better debug messaages
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
try {
|
||||
f();
|
||||
} catch (e) {
|
||||
Meteor._debug("Exception from Meteor._atFlush:", e);
|
||||
Meteor._debug("Exception from Meteor._atFlush:", e.stack);
|
||||
}
|
||||
}
|
||||
atFlushContext = null;
|
||||
|
||||
@@ -365,7 +365,7 @@ _.extend(Meteor._LivedataConnection.prototype, {
|
||||
// go to log.
|
||||
if (exception && !exception.expected)
|
||||
Meteor._debug("Exception while simulating the effect of invoking '" +
|
||||
name + "'", exception.stack);
|
||||
name + "'", exception, exception.stack);
|
||||
}
|
||||
|
||||
// At this point we're definitely doing an RPC, and we're going to
|
||||
|
||||
Reference in New Issue
Block a user