mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 11:49:17 +01:00
Don't exit when failing to get valid game details json
This commit is contained in:
parent
30cdd41d90
commit
60bd888788
@ -112,7 +112,6 @@ Json::Value Website::getGameDetailsJSON(const std::string& gameid)
|
||||
std::cerr << "DEBUG INFO (Website::getGameDetailsJSON)" << std::endl << json << std::endl;
|
||||
#endif
|
||||
std::cout << exc.what();
|
||||
exit(1);
|
||||
}
|
||||
#ifdef DEBUG
|
||||
std::cerr << "DEBUG INFO (Website::getGameDetailsJSON)" << std::endl << root << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user