Skip to content

Commit

Permalink
Installer: Log screen: Show whole file.
Browse files Browse the repository at this point in the history
  • Loading branch information
RedGreenBlue09 committed Nov 10, 2024
1 parent 40908f5 commit 6dddc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ set SevLogger=^>^> "%LogName%" 2^>^&1 ^&^
set "SevErr=^!Errorlevel^!" ^&^
(if ^^!SevErr^^! NEQ 0 (set /a "ErrNum+=1" ^>nul ^& goto SevErrFound))

start "WFAv7 Installer log: %LogName%" Files\busybox tail -f -n0 "%LogName%"
start "WFAv7 Installer log: %LogName%" Files\busybox tail -f -n +1 "%LogName%"
::---------------------------------------------------------------

set "StartTime=%Time%"
Expand Down

0 comments on commit 6dddc4d

Please sign in to comment.