Skip to content

Revert "Add clasp support to launch-program"

François-René Rideau requested to merge clasp into master

This reverts commit b3622011.

The commit was based on the wrong assumption that terminate-process would kill a Unix thread (a la pthread_create) rather than subprocess (a la fork+execve).

Merge request reports