mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix variable name
This commit is contained in:
@@ -62,7 +62,7 @@ class Atom extends Model
|
||||
stateString = @getLoadSettings().windowState
|
||||
|
||||
try
|
||||
JSON.parse(stateString) if documentStateString?
|
||||
JSON.parse(stateString) if stateString?
|
||||
catch error
|
||||
console.warn "Error parsing window state: #{statePath} #{error.stack}", error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user