File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ import Arguments qualified
3636import AutomationDetails qualified
3737import Control.Monad (when )
3838import Data.Aeson (Value , decode , encode )
39- import Data.ByteString.Lazy as ByteString
39+ import Data.ByteString.Lazy
4040import Data.Maybe (isJust )
4141import Data.String
42- import Data.Text.IO qualified as TIO
42+ import Data.Text.IO qualified as TextIO
4343import FilePath qualified
4444import Fingerprint qualified
4545import Format (formatMessages )
@@ -107,7 +107,7 @@ invoke args = do
107107 Nothing -> annotate context out'
108108 Just failOn' -> do
109109 let (specialOutput, exitCode') = SpecialOutput. output failOn' out'
110- TIO .putStr specialOutput
110+ TextIO .putStr specialOutput
111111 exitWith exitCode'
112112 _ -> putStrLn err >> exitWith exitCode
113113
You can’t perform that action at this time.
0 commit comments