]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/launcher/windows/windows.factor
basis: ERROR: changes.
[factor.git] / basis / io / launcher / windows / windows.factor
index a2db855881ca86f0caa1078b70e179ebb00e9bc3..49b234904388f926394551cfe50f940fec5b7374 100755 (executable)
@@ -281,4 +281,4 @@ M: windows (run-process) ( process -- handle )
             dup call-CreateProcess
             lpProcessInformation>>
         ] with-destructors
-    ] [ launch-error ] recover ;
+    ] [ throw-launch-error ] recover ;