Skip to content

Commit

Permalink
Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewfraser committed Jun 11, 2018
1 parent 025c2dd commit dd1e496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharpLanguageServer/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ type Server(client: ILanguageClient) =
let sourceVersion = docs.GetVersion(sourceFile) |> Option.defaultValue 0
let! _, maybeCheck = checker.ParseAndCheckFileInProject(sourceFile.FullName, sourceVersion, sourceText, projectOptions)
match maybeCheck with
| FSharpCheckFileAnswer.Aborted -> ()
| FSharpCheckFileAnswer.Aborted -> dprintfn "Aborted checking %s" sourceFile.Name
| FSharpCheckFileAnswer.Succeeded(check) ->
let! uses = check.GetUsesOfSymbolInFile(symbol)
for u in uses do
Expand Down

0 comments on commit dd1e496

Please sign in to comment.