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 eada852 commit 26f7c9fCopy full SHA for 26f7c9f
docs/loaders/apirefloader.fsx
@@ -108,8 +108,9 @@ let loader (projectRoot: string) (siteContet: SiteContents) =
108
printfn $"Warning: Could not find {projectArtifactName} in any of the expected locations:"
109
possiblePaths |> List.iter (printfn " - %s")
110
printfn "API documentation will not be generated."
111
+ Environment.Exit 1
112
with
113
| ex ->
114
printfn "Error in API reference loader: %A" ex
-
115
116
siteContet
0 commit comments