Skip to content

Commit 487ddfc

Browse files
committed
no need for Interrupt
1 parent 582bfda commit 487ddfc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/egghunter.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ def list_formats
140140
driver = Egghunter::Driver.new
141141
begin
142142
driver.run
143-
rescue Interrupt
144-
$stdout.puts
145-
$stdout.puts "Good bye"
146143
rescue ::Exception => e
147144
elog("#{e.class}: #{e.message}\n#{e.backtrace * "\n"}")
148145
$stderr.puts "[x] #{e.class}: #{e.message}"

0 commit comments

Comments
 (0)