Better log
This commit is contained in:
parent
606cc85ff5
commit
737064da82
2 changed files with 11 additions and 1 deletions
|
|
@ -13,6 +13,10 @@ export default class Resolver {
|
|||
this.history = new Set();
|
||||
}
|
||||
|
||||
public getHistory(): string[] {
|
||||
return Array.from(this.history);
|
||||
}
|
||||
|
||||
public async resolveCollection(value: any) {
|
||||
const collection = typeof value === 'string'
|
||||
? await this.resolve(value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue