1
0
Fork 0
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:
Oleg Krasilnikov 2007-04-25 08:38:53 +00:00
parent 3e71672938
commit e9196ff2bb

View file

@ -122,6 +122,7 @@ implements IExecutableExtension, IWizardWithMemory
clearProject();
return false;
} catch (InterruptedException e) {
clearProject();
return false;
}
return true;