diff options
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/main.cpp b/cli/main.cpp index 392d555..6e9e49f 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -451,6 +451,8 @@ int startDiceParsing(QStringList& cmds, QString& treeFile, bool withColor, EXPOR #endif } } + else + rt = 1; } return rt; } |