This commit is contained in:
rusefillc 2023-01-24 21:40:48 -05:00
parent d556c03953
commit 8fb4168d32
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ public class RusefiTestBase {
@After
public void checkStackUsage() {
ecu.sendCommand("threadsinfo");
if (ecu != null)
ecu.sendCommand("threadsinfo");
}
protected EngineChart nextChart() {