diff --git a/src/FsAutoComplete.Core/AdaptiveExtensions.fs b/src/FsAutoComplete.Core/AdaptiveExtensions.fs index af8383116..adb4dddf3 100644 --- a/src/FsAutoComplete.Core/AdaptiveExtensions.fs +++ b/src/FsAutoComplete.Core/AdaptiveExtensions.fs @@ -49,8 +49,10 @@ module AdaptiveExtensions = | TaskStatus.Faulted -> tcs.TrySetException(task.Exception.InnerExceptions) |> ignore + | _ -> () + #endif - | _ -> ()) + ) |> ignore type ChangeableHashMap<'Key, 'Value> with