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:
parent
8956d2c7e6
commit
0169f0a907
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ public class GDBJtagDSFFinalLaunchSequence_7_7 extends GDBJtagDSFFinalLaunchSequ
|
|||
rm.done();
|
||||
}
|
||||
});
|
||||
} else {
|
||||
// Should not happen but accept errors in this case
|
||||
rm.done();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue