Skip to content

tap global console, to toggle spinner on/off. This ensures we avoid p… - #76

Open
stefanpenner wants to merge 1 commit into
masterfrom
tap-console
Open

tap global console, to toggle spinner on/off. This ensures we avoid p…#76
stefanpenner wants to merge 1 commit into
masterfrom
tap-console

Conversation

@stefanpenner

@stefanpennerstefanpenner commented May 2, 2019

Copy link
Copy Markdown
Contributor

This ensures we avoid producing garbage output (when possible).

@stefanpenner
stefanpenner requested a review from rwjblueMay 2, 2019 17:40

@rwjbluerwjblue left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like this will wrap many times (once for each UI instance created), I believe we need to avoid that. In addition, we need a way to clean up in general I think...

@stefanpenner

Copy link
Copy Markdown
ContributorAuthor

Seems like this will wrap many times (once for each UI instance created), I believe we need to avoid that.

Ya, I thought about that, but actually that may be a feature not a bug. Remember how we did capture exit?

@stefanpenner

Copy link
Copy Markdown
ContributorAuthor

that being said wrapping once per console-ui node_module would be a fair balance, it wont grow unbounded.

@stefanpenner

Copy link
Copy Markdown
ContributorAuthor

Ah, it's actually not possible unless we add the concept of "destroy" and then have all consumers use "destroy" appropriately. :(

Sign up for freeto 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.

2 participants

@stefanpenner@rwjblue