From 6d1c189aed00845ff352e3295be9365e7031fc9c Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Mon, 23 Nov 2020 23:12:04 +0100 Subject: [PATCH] Changes exception message. --- src/tap.cr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tap.cr b/src/tap.cr index af9bb6c..99ad67b 100644 --- a/src/tap.cr +++ b/src/tap.cr @@ -62,7 +62,8 @@ module Tap next end - raise "oh no" + # Line could not be read. + raise "syntax error: line did not match known pattern" end tap