-
Notifications
You must be signed in to change notification settings - Fork 19
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
Spelling #3
Spelling #3
Conversation
@@ -122,7 +122,7 @@ export async function extractNpmArchiveTo(packageBuffer, target) { | |||
|
|||
export async function trackProgress(cb) { | |||
|
|||
let pace = new Progress(`:bar :current/:total (:elapseds)`, {width: 80, total: 1}); | |||
let pace = new Progress(`:bar :current/:total (:elapsed)`, {width: 80, total: 1}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's possible that :elapseds
is a real thing, if so, I'll happily file a bug against whichever group is using it, because that's awful.
Thanks! |
It was not a typo, the trailing 's' is just left as is - :elapseds gives
"42s", whereas :elapsed gives "42" (unitless).
…On Sun, Feb 25, 2018, 6:55 PM Konstantin Raev ***@***.***> wrote:
Merged #3 <#3>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA_Wa_9N9lBUidBnc59FGb_bR_OK9Cblks5tYZ6NgaJpZM4SSWt1>
.
|
Oh snap, trigger happy finger.
Let’s revert
On Sun, Feb 25, 2018 at 10:56 AM Maël Nison <[email protected]>
wrote:
… It was not a typo, the trailing 's' is just left as is - :elapseds gives
"42s", whereas :elapsed gives "42" (unitless).
On Sun, Feb 25, 2018, 6:55 PM Konstantin Raev ***@***.***>
wrote:
> Merged #3 <#3>.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#3 (comment)>, or
mute
> the thread
> <
https://github.com/notifications/unsubscribe-auth/AA_Wa_9N9lBUidBnc59FGb_bR_OK9Cblks5tYZ6NgaJpZM4SSWt1
>
> .
>
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACBdWAnVj1j0cFJiKLXMQYEmmFEo3tpHks5tYazZgaJpZM4SSWt1>
.
|
Fixed back f02ab07 |
Sorry about that... |
None that I'm aware of - the |
Thanks, I just looked. I'd personally suggest asking them to offer something for this. Anyway, thanks for working on this project and spending the time to look into that one. Sorry for distracting you from bigger things. |
Generated by https://github.com/jsoref/spelling
f
; to maintain your repo, please considerfchurn