deploy
spinner prints ANSI escape sequences in non-TTY environments, produces output without line breaks
#1447
Labels
bug
Something isn’t working
The
deploy
command uses clack's spinner to print the upload progress for files. When running the command in a non-interactive environment the output still contains ANSI escape sequences used to clear the line, producing output like the following where all spinner updates are joined into a single line:In most cases the output will also print color codes like
[35m◒�[39m
.Related: #1446
The text was updated successfully, but these errors were encountered: