提交 47d68019 编写于 作者: V Vidar Holen

Fixed exit status for missing files.

上级 cbda90ee
......@@ -99,7 +99,7 @@ formats = Map.fromList [
toStatus = liftM (either id (const NoProblems)) . runErrorT
catchExceptions :: IO Status -> IO Status
catchExceptions action = action -- action `catch` handler
catchExceptions action = action `catch` handler
where
handler err = do
printErr $ show (err :: SomeException)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册