Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Feb 8, 2017
1 parent 5f78139 commit fd13d00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solc/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,17 @@ int main(int argc, char** argv)
{
setDefaultOrCLocale();
dev::solidity::CommandLineInterface cli;
cerr << "Running parseargs" << endl;
if (!cli.parseArguments(argc, argv)) {
cerr << "Parse arguments failed" << endl;
return 1;
}
cerr << "Running procesisnput" << endl;
if (!cli.processInput()) {
cerr << "Process input failed" << endl;
return 1;
}
cerr << "Running actoninput" << endl;
try
{
cli.actOnInput();
Expand Down

0 comments on commit fd13d00

Please sign in to comment.