File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ function Invoke-WinUtilISOModify {
261261 $sync [" WPFWin11ISOStatusLog" ].CaretIndex = $sync [" WPFWin11ISOStatusLog" ].Text.Length
262262 $sync [" WPFWin11ISOStatusLog" ].ScrollToEnd()
263263 })
264+ Add-Content - Path (Join-Path $workDir " WinUtil_Win11ISO.log" ) - Value " [$ts ] $msg " - ErrorAction SilentlyContinue
264265 }
265266
266267 function SetProgress ($label , $pct ) {
@@ -534,6 +535,7 @@ function Invoke-WinUtilISOCleanAndReset {
534535 $sync [" WPFWin11ISOStatusLog" ].CaretIndex = $sync [" WPFWin11ISOStatusLog" ].Text.Length
535536 $sync [" WPFWin11ISOStatusLog" ].ScrollToEnd()
536537 })
538+ Add-Content - Path (Join-Path $workDir " WinUtil_Win11ISO.log" ) - Value " [$ts ] $msg " - ErrorAction SilentlyContinue
537539 }
538540 function SetProgress ($label , $pct ) {
539541 $sync [" WPFWin11ISOStatusLog" ].Dispatcher.Invoke([action ]{
You can’t perform that action at this time.
0 commit comments