diff --git a/src/main.cpp b/src/main.cpp index edaf6b7..e25f8d6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -93,7 +93,7 @@ int main(int argc, char* argv[]) { } } else { cout << "Compilation of " << result.first << " has failed with the following error:\n"; - clog << result.second.value().what() << '\n'; + cerr << result.second.value().what() << '\n'; } return is_exception; })) {