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 ccf6be2 commit 0c5ee51Copy full SHA for 0c5ee51
crates/sdk-core/src/worker/workflow/mod.rs
@@ -717,7 +717,7 @@ impl Workflows {
717
fn send_local(&self, msg: impl Into<LocalInputs>) -> bool {
718
let msg = msg.into();
719
let print_err = match &msg {
720
- LocalInputs::GetStateInfo(_) => false,
+ LocalInputs::GetStateInfo(_) | LocalInputs::BumpStream => false,
721
LocalInputs::LocalResolution(lr) if lr.res.is_la_cancel_confirmation() => false,
722
_ => true,
723
};
0 commit comments