We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18f9fa commit e24a9eeCopy full SHA for e24a9ee
win/common-utils.ps1
@@ -49,8 +49,6 @@ function Clear-OldLogs {
49
New-Item -ItemType Directory -Path $LOG_DIR | Out-Null
50
}
51
'' | 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
54
Log-Line "✅ Logs cleared and fresh run initiated." $NOW_RUN_LOG_FILE
55
56
0 commit comments