We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2846c5 commit e711c3fCopy full SHA for e711c3f
hdb/Development/Debug/Interactive.hs
@@ -69,7 +69,7 @@ runIDM logger entryPoint entryFile entryArgs extraGhcArgs act = do
69
(entryFile, entryPoint, entryArgs) Nothing
70
where
71
exitWithMsg txt = do
72
- putStrLn txt
+ hPutStrLn stderr txt
73
exitWith (ExitFailure 33)
74
75
-- completeF = completeWordWithPrev Nothing filenameWordBreakChars $
0 commit comments