Skip to content

Commit e24a9ee

Browse files
committed
win bug fixes
1 parent d18f9fa commit e24a9ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

win/common-utils.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ function Clear-OldLogs {
4949
New-Item -ItemType Directory -Path $LOG_DIR | Out-Null
5050
}
5151
'' | Out-File -FilePath $NOW_RUN_LOG_FILE -Encoding UTF8
52-
'' | Out-File -FilePath $WEB_LOG -Encoding UTF8
53-
'' | Out-File -FilePath $MOBILE_LOG -Encoding UTF8
5452
Log-Line "✅ Logs cleared and fresh run initiated." $NOW_RUN_LOG_FILE
5553
}
5654

0 commit comments

Comments
 (0)