Skip to content

Commit 3a51097

Browse files
committed
add debug for run exit
1 parent 694d330 commit 3a51097

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Main.gren

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,10 @@ update msg model =
327327
|> Cmd.batch
328328

329329
RunExited exitCode ->
330+
let
331+
_ =
332+
Debug.log "Exited" {}
333+
in
330334
Task.execute <| Node.exitWithCode exitCode
331335

332336
RedirectTerminalIO (Ok streams) ->

0 commit comments

Comments
 (0)