Skip to content

Commit 0a2da73

Browse files
committed
chore: removed useless comment
1 parent 2ad39e1 commit 0a2da73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/PromiseCancellable.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ class PromiseCancellable<T> extends Promise<T> {
221221
reason = abortUndefinedReason;
222222
}
223223
this.abortController.abort(reason);
224-
// Unfortunately the `this.abortController.signal.reason` is readonly.
225-
// So we cannot simply mutate it to be `undefined`.
226224
}
227225

228226
public then<TResult1 = T, TResult2 = never>(

0 commit comments

Comments
 (0)