Skip to content

Commit b07e1cc

Browse files
Update crates/core/src/runtime/functions/control.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent 8e632c3 commit b07e1cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/core/src/runtime/functions/control.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ fn r#if(
6262
ctx.push_runtime_trace_label("branch=if".to_string());
6363
run(*if_pointer, ctx)
6464
} else {
65+
ctx.push_runtime_trace_label("branch=else".to_string());
6566
Signal::Success(Value {
6667
kind: Some(Kind::NullValue(0)),
6768
})

0 commit comments

Comments
 (0)