Skip to content

Show more informative progress information #14

@Xmader

Description

@Xmader

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 */
),

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions