Skip to content

Commit f3ffcf3

Browse files
committed
fix tests
1 parent 502fb0f commit f3ffcf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/base/parts/tree/browser/treeModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ export class TreeModel {
864864
private context: _.ITreeContext;
865865
private lock!: Lock;
866866
private input: Item | null;
867-
private registry!: ItemRegistry;
867+
private registry: ItemRegistry = new ItemRegistry();
868868
private registryDisposable!: IDisposable;
869869
private traitsToItems: ITraitMap;
870870

0 commit comments

Comments
 (0)