Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
&evalfiles will print error msg to the STDERR
  • Loading branch information
Filip Sergot committed Feb 26, 2012
1 parent d85df9e commit 5030ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HLL/Compiler.pm
Expand Up @@ -402,7 +402,7 @@ class HLL::Compiler {
}
}
if $err {
say($err);
pir::printerr($err);
pir::exit(1);
}
}
Expand Down

0 comments on commit 5030ed5

Please sign in to comment.