io.launcher: Fix bug -- if dispose fails, still call dispose on the other
resource.db4
parent
7c1caacc35
commit
1136ed9c19
|
@ -179,7 +179,7 @@ M: process cancel-operation kill-process ;
|
||||||
|
|
||||||
M: object run-pipeline-element
|
M: object run-pipeline-element
|
||||||
[ >process swap >>stdout swap >>stdin run-detached ]
|
[ >process swap >>stdout swap >>stdin run-detached ]
|
||||||
[ drop [ [ dispose ] when* ] bi@ ]
|
[ [ drop [ [ &dispose drop ] when* ] bi@ ] with-destructors ]
|
||||||
3bi
|
3bi
|
||||||
wait-for-process ;
|
wait-for-process ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue