We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817716c commit 35156c2Copy full SHA for 35156c2
1 file changed
src/vs/workbench/contrib/timeline/browser/timelinePane.ts
@@ -660,7 +660,7 @@ export class TimelinePane extends ViewPane {
660
let count = 0;
661
662
if (this.timelinesBySource.size === 1) {
663
- const [source, timeline] = Iterable.first(this.timelinesBySource);
+ const [source, timeline] = Iterable.first(this.timelinesBySource)!;
664
665
timeline.lastRenderedIndex = -1;
666
0 commit comments