colorize outer exception printing
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ int main(int argc, char *argv[])
|
||||
return 2;
|
||||
}
|
||||
}catch(std::exception& e){
|
||||
std::cerr<<"Error: "<<e.what()<<"\n";
|
||||
std::cerr<<ERL_ERROR ": "<<e.what()<<"\n";
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user