Fix rebase-induced type error
This commit is contained in:
Родитель
ed801a7f49
Коммит
96174005c9
|
@ -85,6 +85,10 @@ export class CompletedQuery implements QueryWithResults {
|
|||
return this.config.format;
|
||||
}
|
||||
|
||||
get didRunSuccessfully(): boolean {
|
||||
return this.result.resultType === messages.QueryResultType.SUCCESS;
|
||||
}
|
||||
|
||||
toString(): string {
|
||||
return this.interpolate(this.getLabel());
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче