Skip to content

Commit 18ba484

Browse files
committed
coderabbit suggestion
1 parent 62f3560 commit 18ba484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/vm/src/stdlib/_signal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ pub(crate) mod _signal {
482482
.ok_or_else(|| {
483483
vm.new_value_error(format!(
484484
"signal number out of range [1, {}]",
485-
SIGNUM_RANGE.end
485+
SIGNUM_RANGE.end - 1
486486
))
487487
})?;
488488

0 commit comments

Comments
 (0)