tempBlobFile.delete();
return;
}
// Create a useralert to ask the user to deploy the new version.
UserAlert toRegister = null;
synchronized(this) {
readyToDeploy = true;
if(alert != null) return;
toRegister = alert = new AbstractUserAlert(true, l10n("pluginUpdatedTitle", "name", pluginName), l10n("pluginUpdatedText", "name", pluginName), l10n("pluginUpdatedShortText", "name", pluginName), null, UserAlert.ERROR, true, NodeL10n.getBase().getString("UserAlert.hide"), true, this) {