Files
meteor/packages/webapp
Andrew Wilcox 1f3b7cb132 Simplify callers of bindEnvironment by using the new string argument,
when the error callback only needs to print the exception.

Replace unsafe references to `err.stack` with
`err && err.stack || err`.  This avoids throwing a secondary exception
if the original exception in `err` isn't an object (`throw(null)` and
`throw(undefined)` are legal in JavaScript), and also displays the
error object if the stack trace wasn't included.
2013-11-27 20:01:31 -08:00
..
2013-10-03 15:52:19 -07:00
2013-10-24 16:40:08 -07:00