Skip to content

Commit

Permalink
Hopefully fix REPL startup crash
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Nov 25, 2012
1 parent 4eaf916 commit e67f09f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/niecza
Expand Up @@ -161,8 +161,7 @@ elsif @*ARGS {
else {
my $*repl_outer;
my $*repl_outer_frame;
$c.compile_string('$PROCESS::OUTPUT_USED ::= True', !$comp, :repl,
:evalmode);
$c.compile_string('$PROCESS::OUTPUT_USED ::= True', !$comp, :repl);
while True {
print "niecza> ";
my $l = $*IN.get // last;
Expand Down

0 comments on commit e67f09f

Please sign in to comment.