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
I tried to do some quick local dev on covspectrum. I checked out develop, did npm ci and npm run start. The result was a control sequence being sent to the terminal that tried to delete all scroll back history, after some errors were output.
I wonder which script is doing this - it's a bit annoying for local dev.
iterm allows me to always prevent this in the future, but some terminal might not have that feature in which case local dev is quite annoying.
The text was updated successfully, but these errors were encountered:
I tried to do some quick local dev on covspectrum. I checked out develop, did
npm ci
andnpm run start
. The result was a control sequence being sent to the terminal that tried to delete all scroll back history, after some errors were output.I wonder which script is doing this - it's a bit annoying for local dev.
iterm allows me to always prevent this in the future, but some terminal might not have that feature in which case local dev is quite annoying.
The text was updated successfully, but these errors were encountered: