This commit is contained in:
aycabta 2021-08-04 23:35:08 +09:00
Родитель a97837de1a
Коммит 042d4c8133
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -496,7 +496,7 @@ module BasetestReadline
}
Readline.readline('input> ')
}.value
rescue Interrupt => e
rescue Interrupt
puts 'FAILED'
raise
end