fix outdated app list printing via cli
This commit is contained in:
parent
1dbdcb5279
commit
b9cab4cac5
3 changed files with 20 additions and 36 deletions
|
|
@ -304,8 +304,7 @@ NvHTTP::getAppList()
|
|||
// We must have a valid app before advancing to the next one
|
||||
if (!apps.isEmpty() && !apps.last().isInitialized()) {
|
||||
qWarning() << "Invalid applist XML";
|
||||
Q_ASSERT(false);
|
||||
return QVector<NvApp>();
|
||||
throw std::runtime_error("Invalid applist XML");
|
||||
}
|
||||
apps.append(NvApp());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue