Skip to content

Commit

Permalink
/nh -> 2>nul
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr committed Oct 24, 2024
1 parent d31fde0 commit 99bbe0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/test_app_run_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ REM Variable to track if any process is still running
set "ALL_PROCESSES_RUNNING=true"

REM Check if the processes are still running
tasklist /fi "pid eq %PID%" /nh | find /i "OpenAdapt.exe" >nul
tasklist /fi "PID eq %PID%" 2>nul | find /i "OpenAdapt.exe" >nul
if errorlevel 1 (
echo Process %PID% is not running
set "ALL_PROCESSES_RUNNING=false"
Expand Down

0 comments on commit 99bbe0e

Please sign in to comment.