cli icon indicating copy to clipboard operation
cli copied to clipboard

"Applying migration" output corrupted

Open profiluefter opened this issue 3 years ago • 1 comments

Bug report

Describe the bug

The supabase start output is messed up.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Create a new supabase project with a few migrations
  2. Execute supabase start
  3. See corrupted console output

Expected behavior

Normal output where each migration overwrites the name of the previous migration in the console output.

Screenshots

grafik

System information

  • OS: Windows
  • Browser (if applies) N/A
  • Version of supabase-js: N/A
  • Version of Node.js: N/A

Additional context

I just tested that this bug was introduced in version 1.7.3. 1.7.2 works as expected.

profiluefter avatar Oct 12 '22 15:10 profiluefter

Hello, I will look into making the logs prettier tmr. A temporary workaround is redirect stderr to NUL or $null on PS.

supabase start 2> $null

sweatybridge avatar Oct 12 '22 15:10 sweatybridge