Skip to content

Commit 5217a24

Browse files
committed
Catches an error of retreiving issues
(#3741)
1 parent 2078a99 commit 5217a24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plus/startWork/startWork.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,9 @@ export class StartWorkCommand extends QuickCommand<State> {
481481
this.source,
482482
);
483483
}
484+
} catch {
485+
quickpick.placeholder = 'Error retrieving issues';
486+
quickpick.items = [];
484487
} finally {
485488
quickpick.busy = false;
486489
}

0 commit comments

Comments
 (0)