Skip to content

Commit ff11414

Browse files
committed
fix ifdef
1 parent 31a3501 commit ff11414

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/FsAutoComplete.Core/AdaptiveExtensions.fs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ module AdaptiveExtensions =
4949
| TaskStatus.Faulted ->
5050
tcs.TrySetException(task.Exception.InnerExceptions)
5151
|> ignore<bool>
52+
| _ -> ()
53+
5254
#endif
53-
| _ -> ())
55+
)
5456
|> ignore<Task>
5557

5658
type ChangeableHashMap<'Key, 'Value> with

0 commit comments

Comments
 (0)