diff --git a/shell/updater.sml b/shell/updater.sml index 56b1bcd..9201c65 100644 --- a/shell/updater.sml +++ b/shell/updater.sml @@ -18,6 +18,12 @@ struct let val time = Time.now () + val () = + case inputMsg of + CHAR_EVENT #"~" => + ExceptionLogger.log (Fail "intentionally caused exception") + | _ => () + val () = ExceptionLogger.addCommand inputMsg val app = AppUpdate.update (app, inputMsg, time)