Skip to content

Commit

Permalink
Stop calling hs_exit until #165 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Oct 26, 2022
1 parent 0c13905 commit 8dbe78a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cbits/bootstrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ int do_main (JNIEnv * env, int argc, char *argv[] )
sparkle_hs_fini();

// Shutdown the RTS but do not terminate the process
hs_exit();
// TODO: Currently commented out because of
// https://github.com/tweag/sparkle/issues/165
// hs_exit();

return 0;
}
Expand Down

0 comments on commit 8dbe78a

Please sign in to comment.