Merge pull request #16 from selaere/master
Make •term.ErrRaw actually write to stderr
This commit is contained in:
commit
95aa092a8a
@ -917,7 +917,7 @@ B tOutRaw_c1(B t, B x) {
|
|||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
B tErrRaw_c1(B t, B x) {
|
B tErrRaw_c1(B t, B x) {
|
||||||
file_wBytes(stdout, bi_N, x);
|
file_wBytes(stderr, bi_N, x);
|
||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user