mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
[310539] Missing call to request.done()
This commit is contained in:
parent
ff8e3b71be
commit
6fbc6bfd8d
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ public class DsfTerminateCommand implements ITerminateHandler {
|
||||||
request.done();
|
request.done();
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
request.done();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue