done with 8

This commit is contained in:
2018-07-24 18:34:17 +02:00
parent 946ab8d8f4
commit 856edc4d17
7 changed files with 237 additions and 42 deletions

View File

@@ -8,7 +8,7 @@ case ARGV.length
when 1 then
begin
file ARGV[0]
rescue Error => e
rescue StandardError => e
STDERR.puts e
end
else