mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
🐎 Don't pretty print serialized window state
This commit is contained in:
@@ -243,7 +243,7 @@ window.atom =
|
||||
windowState =
|
||||
site: site.serialize()
|
||||
document: @getWindowState().serialize()
|
||||
windowStateJson = JSON.stringify(windowState, null, 2)
|
||||
windowStateJson = JSON.stringify(windowState)
|
||||
if windowStatePath = @getWindowStatePath()
|
||||
fsUtils.writeSync(windowStatePath, "#{windowStateJson}\n")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user