mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 01:05:38 +02:00
don't delete contents of project if error occurs
This commit is contained in:
parent
368fd2c1ed
commit
5374d486e7
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ public abstract class CProjectWizard extends BasicNewResourceWizard implements I
|
|||
MessageDialog.openError(shell, title, message);
|
||||
CPlugin.log(th);
|
||||
try {
|
||||
getProjectHandle().delete(true, true, null);
|
||||
getProjectHandle().delete(false, false, null);
|
||||
}
|
||||
catch (CoreException ignore) {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue