io.launcher: fix bad refactor.

db4
John Benediktsson 2015-08-13 06:51:44 -07:00
parent b79c848d73
commit c9bd438d18
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ M: process-was-killed error.
: (wait-for-process) ( process -- status )
dup handle>>
[ self over processes get at push "process" suspend drop ] when
dup killed>> [ throw process-was-killed ] [ status>> ] if ;
dup killed>> [ throw-process-was-killed ] [ status>> ] if ;
: wait-for-process ( process -- status )
[ (wait-for-process) ] with-timeout ;