From 91363d25e429272a00b69a3df9c18f84ff0e026a Mon Sep 17 00:00:00 2001 From: voidlizard Date: Mon, 7 Oct 2024 09:38:58 +0300 Subject: [PATCH] wip --- fixme-new/lib/Fixme/Run/Internal.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fixme-new/lib/Fixme/Run/Internal.hs b/fixme-new/lib/Fixme/Run/Internal.hs index da7da0f6..1df3acc8 100644 --- a/fixme-new/lib/Fixme/Run/Internal.hs +++ b/fixme-new/lib/Fixme/Run/Internal.hs @@ -495,6 +495,8 @@ cat_ hash = do debug (pretty cmd) + let blobHash = fixmeGet "blob" fx + w <- gitRunCommand cmd <&> either (const Nothing) Just