1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib
Renato Mascarenhas 1dc68c9de9 Fix exit after previous syntax error in exit command.
Before this commit, the binding stack was cleared before evaluating
the user-given value for the `exit` command. If a syntax error happened
when `eval`ing it, the program would still be running with no elements
in the binding stack, causing next calls of `exit` to fail.
2012-04-25 17:38:43 -03:00
..
pry Fix exit after previous syntax error in exit command. 2012-04-25 17:38:43 -03:00
pry.rb make whereami N work, fixes #537 2012-04-18 18:49:00 +12:00