added exit note to DOWNLOAD_FAILED
This commit is contained in:
parent
f4148b0de7
commit
64bc4482a6
@ -42,7 +42,7 @@ void checkVersion(inputFlags flags)
|
|||||||
|
|
||||||
if (notFoundBuffer == NOT_FOUND_TRIES)
|
if (notFoundBuffer == NOT_FOUND_TRIES)
|
||||||
{
|
{
|
||||||
if (!flags.noOutput) fprintf(stderr, "%s'%s' not found!\n", CLEAR_SCREEN, VERSIONS_NAME);
|
if (!flags.noOutput) fprintf(stderr, "%s'%s' not found! Exiting...\n", CLEAR_SCREEN, VERSIONS_NAME);
|
||||||
exit(DOWNLOAD_FAILED);
|
exit(DOWNLOAD_FAILED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user