Skip to content

Commit 3928a06

Browse files
committed
Await the next tick
1 parent d22bc61 commit 3928a06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ export class GitExtension implements IGitExtension, IDisposable {
354354
await this._poll.tick;
355355
} else {
356356
await this._refreshStatus();
357+
await Promise.resolve();
357358
}
358359
}
359360

0 commit comments

Comments
 (0)