Skip to content

Commit

Permalink
Fix stupid bug of mine
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed Aug 20, 2012
1 parent 845da7e commit 80e3c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Debugger/UI/CommandLine.pm
Expand Up @@ -238,7 +238,7 @@ my class DebugState {
LEAVE $in_prompt = False; LEAVE $in_prompt = False;
loop { loop {
given prompt(colored('> ', self.prompt_color())) { given prompt(colored('> ', self.prompt_color())) {
when Str { # eof when !.defined { # eof
return return
} }
when '' { when '' {
Expand Down

0 comments on commit 80e3c11

Please sign in to comment.