Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
We like "pretty" JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
mrose17 committed May 1, 2017
1 parent 8b318a9 commit d1af4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -2094,7 +2094,7 @@ var networkConnected = underscore.debounce(() => {
*/

var muonWriter = (path, payload) => {
muon.file.writeImportant(path, JSON.stringify(payload), (success) => {
muon.file.writeImportant(path, JSON.stringify(payload, null, 2), (success) => {
if (!success) return console.log('write error: ' + path)

if ((quitP) && (!getSetting(settings.PAYMENTS_ENABLED)) && (getSetting(settings.SHUTDOWN_CLEAR_HISTORY))) {
Expand Down

0 comments on commit d1af4fa

Please sign in to comment.