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 5030ed5 commit 3133d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HLL/Compiler.pm
Expand Up @@ -398,7 +398,7 @@ class HLL::Compiler {
pir::push(@codes, $in-handle.readall($_));
$in-handle.close;
CATCH {
$err := $_;
$err := "$_\n";
}
}
if $err {
Expand Down

0 comments on commit 3133d4a

Please sign in to comment.