Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid console.error, use Bun.write(Bun.stderr, ...) instead
This should fix failures of the new test in CI because of escape sequences injected by console.error. Once bun-debug is fixed to print debug output to stderr, this test will need adjusting.
- Loading branch information