Enhancement
- Output error, header, footnote and debug messages on standard error.
This commit is contained in:
committed by
Paul Beckingham
parent
b093d23f1f
commit
b45a305df2
@@ -113,7 +113,7 @@ int CmdShell::execute (std::string&)
|
||||
|
||||
catch (std::string& error)
|
||||
{
|
||||
std::cout << error << "\n";
|
||||
std::cerr << error << "\n";
|
||||
}
|
||||
|
||||
catch (...)
|
||||
|
||||
Reference in New Issue
Block a user