crash harder (for compatibility with git merge drivers)

This commit is contained in:
Mirek Kratochvil 2025-08-31 12:09:35 +02:00
parent aea372a87d
commit 8241b556b1

View file

@ -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)