File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3- ## 1.7.4 - 2019-10-17
3+ ## 1.7.5 - 2019-10-20
44* .NET Core 3
55
66## 1.6.1 - 2019-10-16
Original file line number Diff line number Diff line change 11module internal ReleaseNotes
22
3- let Version = " 1.7.4 "
3+ let Version = " 1.7.5 "
44
55let IsPrerelease = false
66
77let Notes = """
88# Release Notes
99
10- ## 1.7.4 - 2019-10-17
10+ ## 1.7.5 - 2019-10-20
1111* .NET Core 3
1212
1313## 1.6.1 - 2019-10-16
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ open Unosquare.RaspberryIO.Abstractions
1818
1919GeneralIO.init()
2020
21-
2221let runIn ( timeSpan : TimeSpan ) successMsg errorMsg =
2322 let t () = task {
2423 do ! Task.Delay ( int timeSpan.TotalMilliseconds)
@@ -204,7 +203,8 @@ let update (msg:Msg) (model:Model) =
204203 else
205204 model, Cmd.none
206205 with
207- | _ ->
206+ | exn ->
207+ log.ErrorFormat( " Player stopped with error: {0}" , exn.Message)
208208 model, Cmd.none
209209 | _ ->
210210 model, Cmd.none
You can’t perform that action at this time.
0 commit comments