Selaa lähdekoodia

Fix repl handling of ctrl-c

master
Dylan Baker 5 vuotta sitten
vanhempi
commit
e0b17775a5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      lib/chervil/repl.rb

+ 1
- 1
lib/chervil/repl.rb Näytä tiedosto

@@ -46,7 +46,7 @@ module Chervil
46 46
         end
47 47
       rescue Interrupt
48 48
         puts
49
-        repl(@env)
49
+        run
50 50
       end
51 51
     end
52 52
   end

Loading…
Peruuta
Tallenna