lilydjwg / nvchecker

New version checker for software releases
MIT License
425 stars 68 forks source link

[MINOR FEATURE] check that there's an internet connection #242

Open pirate486743186 opened 9 months ago

pirate486743186 commented 9 months ago

Right now, if the connection is down, it just crashes.

lilydjwg commented 9 months ago

But not all sources require Internet. Some (e.g. alpm) reads local databases. However it should report errors for those requires Internet rather than crash (so others can continue).

You can use wait-online if you're on Linux.