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 was looking at lots trying to diagnose an issue with the launcher being unexpectedly told to quickly slow down (causing a temperature spike), but can't tell which commands are being run since several use the same generic names "RunCommand" and "ParallelRaceGroup". This should be simply fixable by appending .withName(), such as:
I was looking at lots trying to diagnose an issue with the launcher being unexpectedly told to quickly slow down (causing a temperature spike), but can't tell which commands are being run since several use the same generic names "RunCommand" and "ParallelRaceGroup". This should be simply fixable by appending .withName(), such as:
or
The text was updated successfully, but these errors were encountered: