We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14acc33 commit 1c3d6eaCopy full SHA for 1c3d6ea
src/testing/HotObservable.ts
@@ -24,7 +24,7 @@ export class HotObservable<T> extends Subject<T> implements SubscriptionLoggable
24
this.scheduler = scheduler;
25
}
26
27
- _subscribe(subscriber: Subscriber<any>): Subscription {
+ protected _subscribe(subscriber: Subscriber<any>): Subscription {
28
const subject: HotObservable<T> = this;
29
const index = subject.logSubscribedFrame();
30
subscriber.add(new Subscription(() => {
0 commit comments