Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Feb 28, 2019
1 parent ce0b37a commit 8eb637b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FsAutoComplete.Core/Workspace.fs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ let private mapExtraOptions (dpwExtraProjectInfo: DPW_ExtraProjectInfoData) : Ex

extraInfo

let bindExtraOptions (opts: Microsoft.FSharp.Compiler.SourceCodeServices.FSharpProjectOptions, projectFiles, logMap) =
let bindExtraOptions (opts: FSharp.Compiler.SourceCodeServices.FSharpProjectOptions, projectFiles, logMap) =
match opts.ExtraProjectInfo with
| None ->
Error (GenericError(opts.ProjectFileName, "expected ExtraProjectInfo after project parsing, was None"))
Expand Down

0 comments on commit 8eb637b

Please sign in to comment.