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 e2810fe commit 8dd86d1Copy full SHA for 8dd86d1
analysis/src/FindFiles.ml
@@ -100,7 +100,7 @@ let getNamespace config =
100
if isNamespaced then
101
let fromString = ns |> bind Json.string in
102
let fromName = config |> Json.get "name" |> bind Json.string in
103
- either fromString fromName
+ either fromString fromName |> Option.map nameSpaceToName
104
else None
105
106
let collectFiles directory =
0 commit comments