mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
exit infite loop after closing error message (#19376)
This commit is contained in:
@@ -86,6 +86,9 @@ export async function createAzureFunction(node?: ITreeNodeInfo): Promise<void> {
|
||||
TelemetryReporter.createActionEvent(TelemetryViews.CreateAzureFunctionWithSqlBinding, telemetryStep)
|
||||
.withAdditionalProperties(propertyBag).send();
|
||||
break;
|
||||
} else {
|
||||
// user cancelled
|
||||
return;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user