This commit is contained in:
Valera Cogut 2018-07-18 18:02:26 +03:00
parent d679377312
commit 0486a5f1e9

View file

@ -103,6 +103,11 @@ void cli::run()
}
else
std::cout << itr->second( result, args ) << "\n";
if (method == "quit")
{
stop();
}
}
catch ( const fc::exception& e )
{