Skip to content

Commit

Permalink
fix ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Nov 23, 2024
1 parent 31a3501 commit ff11414
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/FsAutoComplete.Core/AdaptiveExtensions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ module AdaptiveExtensions =
| TaskStatus.Faulted ->
tcs.TrySetException(task.Exception.InnerExceptions)
|> ignore<bool>
| _ -> ()

#endif
| _ -> ())
)
|> ignore<Task>

type ChangeableHashMap<'Key, 'Value> with
Expand Down

0 comments on commit ff11414

Please sign in to comment.