Skip to content

Commit

Permalink
fromCallback does work with onError (#4426)
Browse files Browse the repository at this point in the history
  • Loading branch information
audionerd authored Nov 3, 2023
1 parent 9adb1cd commit 36cb3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/actors/callback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export type InvokeCallback<
* - Send events to the parent actor via the `sendBack` function
*
* Callback actors are a bit different from other actors in that they:
* - Do not work with `onDone` or `onError`
* - Do not work with `onDone`
* - Do not produce a snapshot using `.getSnapshot()`
* - Do not emit values when used with `.subscribe()`
* - Can not be stopped with `.stop()`
Expand Down

0 comments on commit 36cb3ae

Please sign in to comment.