oops
This commit is contained in:
parent
caceb8b8b0
commit
c385d95d49
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ int main(int argc, const char **argv) {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
w2 = lib94::compile_warrior(source1);
|
w2 = lib94::compile_warrior(source2);
|
||||||
}
|
}
|
||||||
catch (const lib94::compiler_exception &ex) {
|
catch (const lib94::compiler_exception &ex) {
|
||||||
std::cout << "error in " << argv[2] << " on line " << ex.line_number << ": " << ex.message << '\n';
|
std::cout << "error in " << argv[2] << " on line " << ex.line_number << ": " << ex.message << '\n';
|
||||||
|
|
Loading…
Add table
Reference in a new issue