diff --git a/src/atom.coffee b/src/atom.coffee index 209a39e9c..f3bbafcc2 100644 --- a/src/atom.coffee +++ b/src/atom.coffee @@ -203,6 +203,7 @@ class Atom extends Model # TODO: These should be deprecated for 2.0 once we transition the # exception-reporting package to the new API. + error ?= {} error.url = url error.line = line error.column = column