We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41c1d7 commit 89deadbCopy full SHA for 89deadb
src/common/HaskellDo/Compilation/State.hs
@@ -79,7 +79,7 @@ buildHtmlCode state = do
79
System.ExitFailure _ ->
80
if isCommonError err
81
then buildOutput state
82
- else return state { compilationError = err }
+ else return state { compilationError = err, dirtyCompile = True }
83
System.ExitSuccess ->
84
buildOutput state
85
where
0 commit comments