Provide the message as a .description

This commit is contained in:
Ash Wilson
2017-09-19 13:05:42 -04:00
parent 41db574699
commit 54ecff4510

View File

@@ -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()