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
Whenever a process has debug? toggled on, it is often useful to turn debug? on for any child processes that it spawns. Currently, we do this manually. It might be nice to make this virulence automatic / the default.
The text was updated successfully, but these errors were encountered:
Whenever a process has
debug?
toggled on, it is often useful to turndebug?
on for any child processes that it spawns. Currently, we do this manually. It might be nice to make this virulence automatic / the default.The text was updated successfully, but these errors were encountered: