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 5acd163 commit 9543639Copy full SHA for 9543639
src/App/Fossa/Ficus/Analyze.hs
@@ -332,7 +332,7 @@ runFicus maybeDebugDir ficusConfig = do
332
let vendoredDep = findingToVendoredDependency finding
333
when (isJust currentSnippetResults && isJust analysisFinding) $
334
hPutStrLn stderr $
335
- "[" ++ timestamp ++ "] ERROR " <> "Found multiple ficus analysis responses."
+ "[" ++ timestamp ++ "] ERROR " <> "Unexpected mutliple snippet scan results"
336
let newSnippetResults = currentSnippetResults <|> analysisFinding
337
let newVendoredDeps = case vendoredDep of
338
Just dep -> dep : currentVendoredDeps
0 commit comments