Skip to content

Commit 6e6cc92

Browse files
authored
[Fix] Missing game settings info in logs (#2638)
Fix missing game config info in logs
1 parent d73aadd commit 6e6cc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ ipcMain.handle(
955955

956956
systemInfo.then((systemInfo) => {
957957
if (systemInfo === '') return
958-
writeFileSync(
958+
appendFileSync(
959959
logFileLocation,
960960
'System Info:\n' + `${systemInfo}\n` + '\n'
961961
)

0 commit comments

Comments
 (0)