Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit 382970bfa4 - Show all commits

View file

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