From 54ecff451040933edf8e0177bbec9f192fd11aab Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Tue, 19 Sep 2017 13:05:42 -0400 Subject: [PATCH] Provide the message as a .description --- src/atom-environment.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom-environment.coffee b/src/atom-environment.coffee index 0d81b2a15..63e738371 100644 --- a/src/atom-environment.coffee +++ b/src/atom-environment.coffee @@ -1009,7 +1009,7 @@ class AtomEnvironment extends Model if err.missingProjectPaths? missingProjectPaths.push(err.missingProjectPaths...) else - @notifications.addError "Unable to deserialize project", stack: err.stack + @notifications.addError "Unable to deserialize project", description: err.message, stack: err.stack else projectPromise = Promise.resolve()