Skip to content

Commit 01b6587

Browse files
committed
reset.
1 parent ed1aebe commit 01b6587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semantic-analysis/src/Analysis/Analysis/Exception.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ printExcSet src e = for_ (zip [0..] (Source.lines src)) $ \ (i, line) -> do
113113
Text.putStr (Text.pack " \ESC[30;1m# ")
114114
Text.putStr (Text.pack "{" <> union
115115
( formatFreeVariables fvs
116-
<> formatExceptions es ) <> Text.pack "}\ESC[0m")
116+
<> formatExceptions es ) <> Text.pack "}" <> reset)
117117
Text.putStrLn mempty
118118
where
119119
keyword k s = Text.intercalate (Text.pack "\ESC[34;1m" <> k <> reset) (Text.splitOn k s)

0 commit comments

Comments
 (0)