diff --git a/extra/io/launcher/launcher.factor b/extra/io/launcher/launcher.factor index 4a6bbf46fb..3f0df4ed18 100755 --- a/extra/io/launcher/launcher.factor +++ b/extra/io/launcher/launcher.factor @@ -87,7 +87,7 @@ HOOK: run-process* io-backend ( desc -- handle ) TUPLE: process-failed code ; : process-failed ( code -- * ) - process-failed construct-boa throw ; + \ process-failed construct-boa throw ; : try-process ( desc -- ) run-process wait-for-process dup zero?