style(aklive2d): save music table without formatting

This commit is contained in:
Haoyu Xu
2023-07-29 22:12:39 -04:00
parent 5350dc3687
commit b6d4b43a82

View File

@@ -37,7 +37,7 @@ export default class Music {
intro: "m_sys_void_intro",
loop: "m_sys_void_loop",
})
writeSync(JSON.stringify(list, null, 2), path.join(this.#sharedPath, `music_table.json`))
writeSync(JSON.stringify(list, null), path.join(this.#sharedPath, `music_table.json`))
}
async #download() {