We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df7fd04 + 9e9c592 commit 0dfebbdCopy full SHA for 0dfebbd
src/templates/core/CancelablePromise.hbs
@@ -21,7 +21,7 @@ export interface OnCancel {
21
}
22
23
export class CancelablePromise<T> implements Promise<T> {
24
- readonly [Symbol.toStringTag]: string;
+ readonly [Symbol.toStringTag]!: string;
25
26
private _isResolved: boolean;
27
private _isRejected: boolean;
0 commit comments