Sync master with Beatrice for latest updates #14

Merged
pbsa-gitlab merged 19 commits from beatrice into master 2020-01-17 21:24:20 +00:00
Showing only changes of commit 4beb698268 - Show all commits

View file

@ -121,6 +121,11 @@ void cli::run()
catch ( const fc::exception& e )
{
std::cout << e.to_detail_string() << "\n";
if (e.code() == fc::canceled_exception_code)
{
break;
}
}
}
}