Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -402,7 +402,7 @@ class HLL::Compiler { | |
| } | ||
| } | ||
| if $err { | ||
| say($err); | ||
| pir::printerr($err); | ||
| pir::exit(1); | ||
| } | ||
| } | ||
|
|
||