Improved diagnostics

This commit is contained in:
Flowseal
2025-12-13 16:54:59 +03:00
parent d40ae860e1
commit 6b33dd5600

View File

@@ -467,8 +467,6 @@ echo:
set "BIN_PATH=%~dp0bin\" set "BIN_PATH=%~dp0bin\"
if not exist "%BIN_PATH%\*.sys" ( if not exist "%BIN_PATH%\*.sys" (
call :PrintRed "WinDivert64.sys file NOT found." call :PrintRed "WinDivert64.sys file NOT found."
) else (
call :PrintGreen "WinDivert64.sys file found."
) )
echo: echo: