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

fix: print download progress to stderr #104

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

lowlighter
Copy link
Contributor

Close #102

#!/bin/bash
rm -rf /home/codespace/.cache
echo "STDOUT: $(deno run -A test.ts)"
Downloading chrome 125.0.6400.0                                                    100.00%
Download complete (chrome version 125.0.6400.0)
Inflating /home/codespace/.cache/astral/125.0.6400.0                                         100.00%
Browser saved to /home/codespace/.cache/astral/125.0.6400.0
STDOUT: /home/codespace/.cache/astral/125.0.6400.0/chrome-linux64/chrome

@lino-levan lino-levan merged commit 7ce5b21 into lino-levan:main Oct 31, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Download progress should be printed to stderr
2 participants