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

Show more informative progress information #14

Open
Xmader opened this issue Mar 2, 2023 · 0 comments
Open

Show more informative progress information #14

Xmader opened this issue Mar 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Xmader
Copy link
Member

Xmader commented Mar 2, 2023

Xmader/musescore-downloader#112

In cli:

dl-librescore/src/cli.ts

Lines 92 to 99 in 1b9d0ac

const createSpinner = () => {
return ora({
text: i18next.t("processing"),
color: "blue",
spinner: "bounce",
indent: 0,
}).start();
};

In userscript:

action: BtnAction.process(
() =>
downloadPDF(
scoreinfo,
new SheetInfoInPage(document),
saveAs
),
fallback,
3 * 60 * 1000 /* 3min */
),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant