]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/streams/duplex/duplex.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / basis / io / streams / duplex / duplex.factor
index 118f01e5ccef881e3ad398b951b5119389ef2fb7..ddc5974bdedaf3abd12d121e167817b97701c8eb 100644 (file)
@@ -46,4 +46,4 @@ ERROR: invalid-duplex-stream ;
 M: duplex-stream underlying-handle
     >duplex-stream<
     [ underlying-handle ] bi@
-    [ = [ throw-invalid-duplex-stream ] when ] keep ;
+    [ = [ invalid-duplex-stream ] when ] keep ;