Skip to content

Commit 5b71246

Browse files
committed
Replace void with await
1 parent 031b507 commit 5b71246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/databases/ui/db-panel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ export class DbPanel extends DisposableObject {
409409
return;
410410
}
411411

412-
void window.withProgress(
412+
await window.withProgress(
413413
{
414414
location: ProgressLocation.Notification,
415415
title: "Searching for repositories... This might take a while",

0 commit comments

Comments
 (0)