mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Include stack of window state parse errors in CI build output
This commit is contained in:
@@ -65,7 +65,7 @@ class Atom extends Model
|
||||
try
|
||||
JSON.parse(documentStateString) if documentStateString?
|
||||
catch error
|
||||
console.warn "Error parsing window state: #{statePath}", error.stack, error
|
||||
console.warn "Error parsing window state: #{statePath} #{error.stack}", error
|
||||
|
||||
# Private: Returns the path where the state for the current window will be
|
||||
# located if it exists.
|
||||
|
||||
Reference in New Issue
Block a user