mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Provide the message as a .description
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user