We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42315d8 commit 25ccfeeCopy full SHA for 25ccfee
vendor/lib/lib_path.cmd
@@ -52,7 +52,7 @@ exit /b
52
set "position="
53
)
54
55
- dir "%add_path%" | findstr -i "\.COM \.EXE \.BAT \.CMD \.PS1 \.VBS" >NUL
+ dir "%add_path%" 2>NUL | findstr -i "\.COM \.EXE \.BAT \.CMD \.PS1 \.VBS" >NUL
56
if "%ERRORLEVEL%" == "0" (
57
set "add_to_path=%add_path%"
58
) else (
0 commit comments