-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deno.consoleSize(Deno.stdout.rid)
doesn't work with deno test --unstable
#14543
Comments
I'm not sure if there's anything we can do. When running in CC @dsherret any ideas? |
Maybe if #14535 is merged |
I understand
In which minor did this change happen as I am sure the tests are passing locally prior to 1.20? |
It landed in 1.21 in "user output markers" PR |
@imjamesb how would @bartlomieju maybe we could have a flag to disable capturing output? (maybe |
We're not really capturing any output, so I'm not sure it's a good idea.
I think #14535 should be a preferred solution to this problem. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Is there any workaround around this (or preferably progress to make it work)? |
We removed |
Version
Deno 1.21.2
Reproduction
Run the below code with
deno run --unstable main.js
and it prints with an object withcolumn
androw
Run the below code with
deno test --unstable test.js
and it throws an errorError: Inappropriate ioctl for device (os error 25)
I am on Intel based macOS Monterey 12.3.1.
The text was updated successfully, but these errors were encountered: