Skip to content

Commit 2653caf

Browse files
committed
restore
1 parent 58655aa commit 2653caf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/IcedTasks/Nullness.fs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
namespace IcedTasks
22

33
open System
4-
open System.Runtime.ExceptionServices
54

6-
type ExceptionDispatchInfoNull =
5+
type ExceptionNull =
76
#if NULLABLE
8-
ExceptionDispatchInfo | null
7+
Exception | null
98
#else
10-
ExceptionDispatchInfo
9+
Exception
1110
#endif
1211

1312
type IDisposableNull =

0 commit comments

Comments
 (0)