Log exceptions as GmException

此提交包含在:
Daniel Gröber
2015-08-17 04:58:33 +02:00
父節點 f4aea2c08a
當前提交 1f14ff08c6
共有 2 個檔案被更改,包括 3 行新增3 行删除

查看文件

@@ -66,7 +66,7 @@ splits file lineNo colNo =
return (fourInts bndLoc, t)
where
handler (SomeException ex) = do
gmLog GmDebug "splits" $
gmLog GmException "splits" $
text "" $$ nest 4 (showDoc ex)
emptyResult =<< options

查看文件

@@ -361,7 +361,7 @@ refine file lineNo colNo (Expression expr) =
in (fourInts loc, doParen paren txt)
where
handler (SomeException ex) = do
gmLog GmDebug "refining" $
gmLog GmException "refining" $
text "" $$ nest 4 (showDoc ex)
emptyResult =<< options
@@ -450,7 +450,7 @@ auto file lineNo colNo =
, map (doParen paren) $ nub (djinnsEmpty ++ djinns))
where
handler (SomeException ex) = do
gmLog GmDebug "auto-refining" $
gmLog GmException "auto-refining" $
text "" $$ nest 4 (showDoc ex)
emptyResult =<< options