Report the actual error
This commit is contained in:
parent
6c784abd5d
commit
0fcb1d62df
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ int main(const int argc, const char *argv[])
|
|||
Kanimaji::AnimateFile(argv[1], argv[2]);
|
||||
}
|
||||
catch (const std::exception& e) {
|
||||
std::println("Could not animate {}: {}", argv[1], argv[2]);
|
||||
std::println("Could not animate {}: {}", argv[1], e.what());
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue