bin/igp in igp-0.0.2 vs bin/igp in igp-0.0.3
- old
+ new
@@ -5,10 +5,10 @@
require 'getoptions'
begin
options = GetOptions.new(Igp::Shell::OPTIONS)
Igp::Shell.new(options,ARGV).run
-rescue Interrupt
+rescue Interrupt,NoMethodError
$stderr.puts ""
rescue Exception => e
$stderr.puts "That wasn't meant to happen! #{e.message}"
Igp::Shell.usage
end