Changes exception message.

master
Luka Vandervelden 2020-11-23 23:12:04 +01:00
parent 3414569db2
commit 6d1c189aed
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ module Tap
next next
end end
raise "oh no" # Line could not be read.
raise "syntax error: line did not match known pattern"
end end
tap tap