Browse Source

Fix repl handling of ctrl-c

master
Dylan Baker 5 years ago
parent
commit
e0b17775a5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/chervil/repl.rb

+ 1
- 1
lib/chervil/repl.rb View File

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

Loading…
Cancel
Save