Skip to content

Commit

Permalink
Revert "Add "quit" as a way to exit the REPL"
Browse files Browse the repository at this point in the history
This reverts commit 7c75ab8.

R#2214 fixed without needing this patch
  • Loading branch information
lizmat committed Aug 14, 2018
1 parent 7c75ab8 commit b7190f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/REPL.pm6
Expand Up @@ -297,7 +297,6 @@ do {
return $!control-not-allowed;
}

exit if $code.chomp eq "quit";
self.compiler.eval($code, |%adverbs);
}

Expand Down

0 comments on commit b7190f6

Please sign in to comment.