Skip to content

Commit

Permalink
The default Warning message should not come with a \n on it already.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jun 5, 2010
1 parent 53c3a48 commit c3e84aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/control.pir
Expand Up @@ -86,7 +86,7 @@ src/builtins/control.pir - control flow related functions

message = join '', list
if message > '' goto have_message
message = "Warning\n"
message = "Warning"
have_message:
p6ex = new ['Perl6Exception']
ex = root_new ['parrot';'Exception']
Expand Down

0 comments on commit c3e84aa

Please sign in to comment.