Skip to content

Commit 331fcdf

Browse files
Update crates/core/src/runtime/functions/object.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 6ee5973 commit 331fcdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fn get(
8686
match object.fields.get(&key) {
8787
Some(v) => Signal::Success(v.clone()),
8888
None => Signal::Failure(RuntimeError::simple(
89-
"FieldNotPresent",
89+
"FieldNotPresentRuntimeError",
9090
format!("field {} not present", key),
9191
)),
9292
}

0 commit comments

Comments
 (0)