io.launcher: fix segmentation fault bug
parent
c7719eb70b
commit
bf2efa3ecc
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue