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 2785c46 commit 33f30faCopy full SHA for 33f30fa
service.bat
@@ -242,8 +242,9 @@ for /f "delims=" %%A in ('powershell -command "(Invoke-WebRequest -Uri \"%GITHUB
242
243
:: Error handling
244
if not defined GITHUB_VERSION (
245
- echo Error: Failed to fetch the latest version. Check your internet connection
+ echo Warning: failed to fetch the latest version. Check your internet connection. This warning does not affect the operation of zapret
246
pause
247
+ if "%1"=="soft" exit /b
248
goto menu
249
)
250
0 commit comments