We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
scramble
bun install --global cubing scramble 333
The command hangs, probably due to a worker that failed to be .unref()fed.
.unref()
No response
The command exits, as when run from a checkout directly:
bun run src/bin/scramble.ts -- 333
make clean build-bin bun run dist/bin/scramble.js 333
macOS 15.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce the issue
Observed behaviour
The command hangs, probably due to a worker that failed to be
.unref()
fed.🖼 Screenshots
No response
Expected behaviour
The command exits, as when run from a checkout directly:
Environment
macOS 15.2
Additional info
No response
The text was updated successfully, but these errors were encountered: