Skip to content

Commit

Permalink
fix: add success print
Browse files Browse the repository at this point in the history
  • Loading branch information
dumitory committed Jul 8, 2021
1 parent f49254b commit 7634beb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ main(int argc, wchar_t** argv)
{
try {
ved::engine::get_instance().execute();
std::wcout << "\nSuccess!" << std::endl;
}

catch (const ved::driver_exception& error) {
Expand Down

0 comments on commit 7634beb

Please sign in to comment.