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 undefined text on disabled Ora #145

Merged
merged 1 commit into from Apr 21, 2020

Conversation

Fonger
Copy link
Contributor

@Fonger Fonger commented Apr 17, 2020

I'm using next.js and it use Ora to show building spinner.
However, on Travis CI, there is extra - undefined message because of undefined text.

- undefined
> Using external babel configuration
- undefined
> Location: "/xxxxxxxxxxxxx/babel.config.json"
- undefined
> Using external babel configuration
- undefined
> Location: "/xxxxxxxxxxxxx/.babelrc.js"
- undefined
Creating an optimized production build

Compiled successfully.

After this PR:

> Using external babel configuration
> Location: "/xxxxxxxxxxxxx/babel.config.json"
> Using external babel configuration
> Location: "/xxxxxxxxxxxxx/.babelrc.js"
Creating an optimized production build

Compiled successfully.

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.

None yet

2 participants