Robert J. Walker

Results 2 issues of Robert J. Walker

## Expected Behavior ## When you run a Windows installer (built with NSIS) to install a new version of your CLI over the top of an old one, it uninstalls...

The issue is found on [line 29 of `action/spinner.ts`](https://github.com/oclif/cli-ux/blob/e4b63c06d9dc05cffe6dfd9f61bc42e4dde44fc5/src/action/spinner.ts#L29). The code assumes that there is no support for Unicode on any Windows-based terminal. You can detect Windows Terminal by checking...