Add TreeModel and HasSubtree implementation
This commit is contained in:
@@ -51,6 +51,6 @@ export abstract class AbstractFactory<T> {
|
||||
return this.token
|
||||
}
|
||||
|
||||
return this.token.name ?? '(unknown token)'
|
||||
return this.token?.name ?? '(unknown token)'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user