Skip to content

Commit 7bbfbe6

Browse files
committed
Pretty prints the JSON config to its store.
1 parent 5e43055 commit 7bbfbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ exports.setUp = (basePath, blobStore, locks) => {
3434
.on('finish', () => {
3535
locks.unlock(callback)
3636
})
37-
.end(JSON.stringify(config))
37+
.end(JSON.stringify(config, null, 2))
3838
})
3939
}
4040
}

0 commit comments

Comments
 (0)