Merge pull request #16 from selaere/master

Make •term.ErrRaw actually write to stderr
This commit is contained in:
dzaima 2022-03-23 00:41:48 +02:00 committed by GitHub
commit 95aa092a8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -917,7 +917,7 @@ B tOutRaw_c1(B t, B x) {
return x;
}
B tErrRaw_c1(B t, B x) {
file_wBytes(stdout, bi_N, x);
file_wBytes(stderr, bi_N, x);
return x;
}