提交 71a571b0 编写于 作者: V Vidar Holen

Moar errors

上级 9bc0d57b
......@@ -981,7 +981,7 @@ collectNotes = do
getNotes s = getNotesWith readScript doAllAnalysis s
getNotesWith parser analytics s =
case rp (parseWithNotes (parser) analytics) s of
case rp (parseWithNotes (do { x <- parser; eof; return x; }) analytics) s of
(Right (x, notes), parsenotes) -> sortNotes $ notes ++ parsenotes
(Left err, p) -> sortNotes $ (ParseNote (initialPos "-") ErrorC $ "Parsing failed: " ++ (show err)):(p)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册