You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any process launched by honcho from the Procfile will disable its own color output. I think this may be because Popen is not a real shell, and the processes detect that. According to this answer, we need to use pty instead of subprocess.
The text was updated successfully, but these errors were encountered:
Any process launched by honcho from the Procfile will disable its own color output. I think this may be because
Popen
is not a real shell, and the processes detect that. According to this answer, we need to usepty
instead ofsubprocess
.The text was updated successfully, but these errors were encountered: