We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26b15f commit 21a531fCopy full SHA for 21a531f
src/App/Fossa/Ficus/Analyze.hs
@@ -174,7 +174,6 @@ runFicus ficusConfig = do
174
-- Wait for stderr to finish
175
stdErrLines <- wait stderrAsync
176
exitCode <- waitExitCode p
177
- putStrLn $ "[Ficus] Ficus process returned exit code: " <> show exitCode
178
pure (result, exitCode, stdErrLines)
179
180
if exitCode /= ExitSuccess
0 commit comments