Debugging exit code
This commit is contained in:
@@ -209,10 +209,12 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
if (appimage) {
|
if (appimage) {
|
||||||
int result = createAppImage(appDirPath);
|
int result = createAppImage(appDirPath);
|
||||||
|
LogDebug() << "result:" << result;
|
||||||
if(result =! 0){
|
if(result =! 0){
|
||||||
|
LogDebug() << "result != 0:" << result;
|
||||||
exit(result);
|
exit(result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
LogDebug() << "exit(0);";
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user