Spinner cannot overwrite the same line when the message is longer than terminal width
Open
bug
needs triage
- Dominant language
- TypeScript
- Stars
- 3.6k
- Forks
- 681
- PR merge metrics
- No merged PRs in 30d
Description
```
import { Spinner } from "@std/cli/unstable-spinner";
const spinner = new Spinner({ message: "x".repeat(1000) });
spinner.start();
```
This script prints a lot of lines instead of updating the same line
Contributor guide
Assessment
This issue has not been assessed yet.