1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Missing rm.done()

Change-Id: I3a0044ea2631fece555d3196c0a91a37e5e455dc
This commit is contained in:
Marc Khouzam 2017-01-09 16:41:57 -05:00
parent 8956d2c7e6
commit 0169f0a907

View file

@ -73,6 +73,9 @@ public class GDBJtagDSFFinalLaunchSequence_7_7 extends GDBJtagDSFFinalLaunchSequ
rm.done(); rm.done();
} }
}); });
} else {
// Should not happen but accept errors in this case
rm.done();
} }
} }
} }