Skip to content

Commit 373c1d1

Browse files
committed
remove line that got included by accident
1 parent f229831 commit 373c1d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

builder/src/File.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ readBinary path =
8282
return (Just a)
8383

8484
Left (offset, message) ->
85-
do Dir.copyFile path "bad.dat"
86-
IO.hPutStrLn IO.stderr $ unlines $
85+
do IO.hPutStrLn IO.stderr $ unlines $
8786
[ "+-------------------------------------------------------------------------------"
8887
, "| Corrupt File: " ++ path
8988
, "| Byte Offset: " ++ show offset

0 commit comments

Comments
 (0)