Skip to content

Commit

Permalink
Fix TimeoutException proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Dec 7, 2015
1 parent eca4412 commit 6e2436c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stdlib/WebSharper.Main/Proxy/Exception.fs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ type private AggregateExceptionProxy(message: string, innerExceptions: exn[]) =

[<Proxy(typeof<System.TimeoutException>)>]
[<Name "TimeoutException">]
[<JavaScript>]
type private TimeoutExceptionProxy(message: string) =
inherit ExceptionProxy(message)

Expand Down

0 comments on commit 6e2436c

Please sign in to comment.