-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Change the position of the symbol? #81
Labels
Comments
That's not currently supported. |
sindresorhus
changed the title
Counld I change the position of the symbol
Change the position of the symbol?
Jul 17, 2018
Wouldn't be too hard to support? Surely it would be checking for an (class not function) option here? stopAndPersist(options = {}) {
this.stop();
this.stream.write(`${options.symbol || ' '} ${options.text || this.text}\n`); // <---
return this;
} |
@IssueHunt has funded $30.00 to this issue.
|
Closed
sindresorhus
added a commit
that referenced
this issue
Apr 2, 2019
Fixes #81 Co-authored-by: Sindre Sorhus <[email protected]>
@sindresorhus has rewarded $27.00 to @stroncium. See it on IssueHunt
|
issuehunt-oss
bot
added
the
🎁 Rewarded on Issuehunt
This issue has been rewarded on Issuehunt
label
May 10, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I want to change the position of the loading symbol,
like below:
Could I do that?
The text was updated successfully, but these errors were encountered: