log exceptions that occur to a local file
This commit is contained in:
@@ -229,9 +229,7 @@ struct
|
||||
end
|
||||
|
||||
fun yank (shellState: t, str) =
|
||||
( Glfw.setClipboardString (#window shellState, str);
|
||||
shellState
|
||||
)
|
||||
(Glfw.setClipboardString (#window shellState, str); shellState)
|
||||
|
||||
fun consumeDrawEvent (shellState, msg) =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user