8000 v8 stop but do not release · Issue #233 · sindresorhus/ora · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
v8 stop but do not release #233
Closed
Closed
@peterpeterparker

Description

@peterpeterparker

Hi, I just tried the newest version of ora which I use in my CLI.

While the spinner still works, it seems to not release some process which has for effect to make my CLI commands hang forever.

Example of code:

export const clear = async () => {
  try {
    await doS
5ED7
omething();
  } finally {
    spinner.stop();
  }
};

With v7.0.1:

ok

With v8.0.0:

notok

In the above gif, when it hangs, I try to hit few "Return" on my keyboard and ends the process with Ctrl+C at the end.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0