Replace void with await

This commit is contained in:
Nora
2023-09-11 12:34:02 +00:00
parent 031b5076db
commit 5b7124683a

View File

@@ -409,7 +409,7 @@ export class DbPanel extends DisposableObject {
return;
}
void window.withProgress(
await window.withProgress(
{
location: ProgressLocation.Notification,
title: "Searching for repositories... This might take a while",