We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f229831 commit 373c1d1Copy full SHA for 373c1d1
builder/src/File.hs
@@ -82,8 +82,7 @@ readBinary path =
82
return (Just a)
83
84
Left (offset, message) ->
85
- do Dir.copyFile path "bad.dat"
86
- IO.hPutStrLn IO.stderr $ unlines $
+ do IO.hPutStrLn IO.stderr $ unlines $
87
[ "+-------------------------------------------------------------------------------"
88
, "| Corrupt File: " ++ path
89
, "| Byte Offset: " ++ show offset
0 commit comments