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.
1 parent 59254d9 commit 9e9c592Copy full SHA for 9e9c592
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