This commit is contained in:
Nora 2024-01-04 15:19:10 +00:00
Родитель ad8dc1e906
Коммит eb59ead817
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -466,6 +466,13 @@ export class ModelEditorView extends AbstractWebview<
this.modelingStore.setMethods(this.databaseItem, queryResult);
} catch (err) {
if (
getErrorMessage(err).match(/The request \(.*\) has been cancelled/i)
) {
this.panel?.dispose();
return;
}
void showAndLogExceptionWithTelemetry(
this.app.logger,
this.app.telemetry,