Skip to content

Commit 99bbe0e

Browse files
committed
/nh -> 2>nul
1 parent d31fde0 commit 99bbe0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/test_app_run_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ REM Variable to track if any process is still running
3434
set "ALL_PROCESSES_RUNNING=true"
3535

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

0 commit comments

Comments
 (0)