Merge branch 'master' of git://factorcode.org/git/factor
commit
35b7b74b97
|
@ -83,6 +83,6 @@ M: c-io-backend (file-appender)
|
||||||
#! print stuff from contexts where the I/O system would
|
#! print stuff from contexts where the I/O system would
|
||||||
#! otherwise not work (tools.deploy.shaker, the I/O
|
#! otherwise not work (tools.deploy.shaker, the I/O
|
||||||
#! multiplexer thread).
|
#! multiplexer thread).
|
||||||
"\r\n" append >byte-array
|
"\n" append >byte-array
|
||||||
stdout-handle fwrite
|
stdout-handle fwrite
|
||||||
stdout-handle fflush ;
|
stdout-handle fflush ;
|
||||||
|
|
Loading…
Reference in New Issue