remove more output

This commit is contained in:
Joao Moreno 2019-11-13 10:53:25 +01:00
parent 557d444fe5
commit 711ed6c850
No known key found for this signature in database
GPG key ID: 9494F5E6167A8E6B

View file

@ -22,7 +22,6 @@ export class Cache<T> {
const cts = new CancellationTokenSource();
const promise = this.task(cts.token);
promise.finally(() => cts.dispose());
this.result = {
promise,