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 9e475d9 commit 134d6b2Copy full SHA for 134d6b2
src/templates/core/CancelablePromise.hbs
@@ -83,9 +83,9 @@ export class CancelablePromise<T> implements Promise<T> {
83
});
84
}
85
86
- get [Symbol.toStringTag]() {
87
- return "Cancellable Promise";
88
- }
+ get [Symbol.toStringTag]() {
+ return "Cancellable Promise";
+ }
89
90
public then<TResult1 = T, TResult2 = never>(
91
onFulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | null,
0 commit comments