From 3200a65d57b9466f21af9d60e566f7e205cc938a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mikl=C3=B3s=20T=C3=B3th?= <tothmiklostibor@gmail.com>
Date: Mon, 10 May 2021 01:29:39 +0200
Subject: [PATCH] so apparently we suck. f.

---
 plab/flatten/input.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plab/flatten/input.go b/plab/flatten/input.go
index e903222..8fa4d30 100644
--- a/plab/flatten/input.go
+++ b/plab/flatten/input.go
@@ -28,7 +28,7 @@ func (i *input) Inline(args ...string) string {
 				_, _ = io.Copy(&stde, rd)
 				_, _ = fmt.Fprint(os.Stderr, stde.String(), "\n")
 			}
-			panic(e)
+			fmt.Println(e.Error())
 		}
 		return string(out)
 	} else {
-- 
GitLab