mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-14 11:45: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();
|
clearProject();
|
||||||
return false;
|
return false;
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
|
clearProject();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue