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