Skip to content

Commit 6fbc546

Browse files
authored
Merge pull request #114 from ccagml/main
bricks.json格式化
2 parents 7e0bae4 + 0d7703e commit 6fbc546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dao/bricksDao.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class BricksDao {
5858
if (!lcpr_data_path) {
5959
return;
6060
}
61-
return await fse.writeFile(lcpr_data_path, JSON.stringify(data));
61+
return await fse.writeFile(lcpr_data_path, JSON.stringify(data, null, 4));
6262
}
6363

6464
private async _read_data() {

0 commit comments

Comments
 (0)