fix •term.ErrRaw

This commit is contained in:
taswelll 2022-03-22 22:34:37 +01:00 committed by GitHub
parent d66ade1303
commit cebadbd301
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;
}