Skip to content

Commit

Permalink
Increased time that error messages show
Browse files Browse the repository at this point in the history
From 1 to 2 seconds
  • Loading branch information
mrblomblo committed Apr 1, 2024
1 parent 090b534 commit c82a127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ IF NOT "%URL:~0,4%"=="http" IF NOT "%URL:~0,5%"=="https" (
cls
color 04
echo Invalid URL format. Please use http://, https://, or www.
timeout 1 /NOBREAK >NUL
timeout 2 /NOBREAK >NUL
cls
color 07
goto s
Expand Down Expand Up @@ -84,7 +84,7 @@ REM Gives the user a warning if the input is invalid
cls
color 04
echo Error: Invalid format. Please enter MP3 (a), MP4 (v), or FLAC (m).
timeout 1 /NOBREAK >NUL
timeout 2 /NOBREAK >NUL
cls
color 07
goto a
Expand Down Expand Up @@ -122,7 +122,7 @@ REM Gives the user a warning if the input is invalid
cls
color 04
echo Error: Invalid input, please choose either Yes (y) or No (n)
timeout 1 /NOBREAK >NUL
timeout 2 /NOBREAK >NUL
cls
color 07
goto l
Expand Down

0 comments on commit c82a127

Please sign in to comment.