mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 19:25:38 +02:00
Bug #183940: cancelling project creation leaves files on disk
This commit is contained in:
parent
3e71672938
commit
e9196ff2bb
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ implements IExecutableExtension, IWizardWithMemory
|
|||
clearProject();
|
||||
return false;
|
||||
} catch (InterruptedException e) {
|
||||
clearProject();
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue