diff --git a/src/atom.coffee b/src/atom.coffee index b4f5344bf..e2d0956a0 100644 --- a/src/atom.coffee +++ b/src/atom.coffee @@ -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.