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 c6a0f3f commit d0e0bd3Copy full SHA for d0e0bd3
src/core/probe.ts
@@ -66,7 +66,7 @@ export const probe =
66
toArrayOfValues,
67
flattenDocumentStrings,
68
takeUntil(internalLimit)
69
- ).subscribe(msg => obs.next(msg))
+ ).subscribe(msg => obs.next(msg), err => obs.next(err))
70
71
return function unsubscribe() {
72
internalLimit.next()
0 commit comments