From 8241b556b1eafb1e2c6b4371a0179a1138832a37 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sun, 31 Aug 2025 12:09:35 +0200 Subject: [PATCH] crash harder (for compatibility with git merge drivers) --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.hs b/Main.hs index 781f8e8..e566eda 100644 --- a/Main.hs +++ b/Main.hs @@ -385,4 +385,4 @@ main = catch go bad go = parseOpts >>= uncurry (flip runCmd) bad e = do hPutStrLn stderr $ "fatal: " ++ displayException (e :: IOException) - exitWith (ExitFailure 2) + exitWith (ExitFailure 129)