diff --git a/basis/io/launcher/launcher.factor b/basis/io/launcher/launcher.factor index 649bbf00bc..ac9a87a844 100755 --- a/basis/io/launcher/launcher.factor +++ b/basis/io/launcher/launcher.factor @@ -279,5 +279,4 @@ M: output-process-error error. { { [ os unix? ] [ "io.launcher.unix" require ] } { [ os windows? ] [ "io.launcher.windows" require ] } - [ ] } cond