refactorings

This commit is contained in:
2022-01-02 17:52:32 +01:00
parent 35cba3b0c4
commit f95080606c
10 changed files with 46 additions and 44 deletions

View File

@@ -117,7 +117,7 @@ void repl() {
result->print();
code += input + "\n";
} catch (std::exception &e) {
} catch (const std::exception &e) {
std::cerr << e.what() << std::endl;
}
}