You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Already mentioned this in #620. The same behavior in version 8.0. Exception if the repository has no docs folder yet.
$ fsdocs watch --eval
...
...
registering entities for assembly ifm.Suite.Libraries.InMemoryMessageBus...
Error :
StopProcessingExn
Unhandled exception. System.ArgumentException: The directory name 'docs' does not exist. (Parameter 'path')
at System.IO.FileSystemWatcher.CheckPathValidity(String path)
at System.IO.FileSystemWatcher..ctor(String path)
at FSharp.Formatting.CommandTool.CoreBuildOptions.Execute() in C:\Users\Kevin\source\repos\fsprojects\FSharp.Formatting\src\FSharp.Formatting.CommandTool\BuildCommand.fs:line 669
at [email protected](WatchCommand opts) in C:\Users\Kevin\source\repos\fsprojects\FSharp.Formatting\src\FSharp.Formatting.CommandTool\Program.fs:line 10
at CommandLine.ParserResultExtensions.MapResult[T1,T2,TResult](ParserResult`1 result, Func`2 parsedFunc1, Func`2 parsedFunc2, Func`2 notParsedFunc)
at FSharp.Formatting.CommandTool.Main.main(String[] argv) in C:\Users\Kevin\source\repos\fsprojects\FSharp.Formatting\src\FSharp.Formatting.CommandTool\Program.fs:line 7
[1] 14664 abort fsdocs watch --eval
The text was updated successfully, but these errors were encountered:
Already mentioned this in #620. The same behavior in version 8.0. Exception if the repository has no
docs
folder yet.The text was updated successfully, but these errors were encountered: