Skip to content
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

[BUG] Using wait in CI #4

Open
SteelAlloy opened this issue Sep 19, 2020 · 2 comments
Open

[BUG] Using wait in CI #4

SteelAlloy opened this issue Sep 19, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@SteelAlloy
Copy link
Contributor

SteelAlloy commented Sep 19, 2020

When used in a CI env, wait throws an error.

"Error: Inappropriate ioctl for device (os error 25)\n    at Object.jsonOpSync (core.js:247:13)\n    at Object.consoleSize (deno:cli/rt/40_tty.js:7:17)\n    at Spinner.updateLines (mod.ts:201:26)\n    at Spinner.set text (mod.ts:128:10)\n    at new Spinner (mod.ts:83:14)\n    at wait (mod.ts:48:10)\n    at Function.info (log.ts:182:12)\n    at checkUp (publish.ts:156:26)\n    at Command.publishCommand [as fn] (publish.ts:272:14)\n    at async Command.execute (command.ts:796:9)"

https://github.com/nestdotland/eggs/pull/79/checks?check_run_id=1138695456#step:6:797

@eliassjogreen
Copy link
Member

This is most likely an error with deno itself considering it seems to originate in cli/rt/40_tty.js:7:17.

@eliassjogreen eliassjogreen added the bug Something isn't working label Sep 19, 2020
@notfilippo
Copy link

Agree with @eliassjogreen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants