fix arity of prcess_wait builtin errors

This commit is contained in:
Bennet Bleßmann
2025-07-30 21:22:37 +02:00
committed by Bennet Bleßmann
parent 3a6b92d227
commit b2d639b159
2 changed files with 3 additions and 3 deletions

View File

@@ -8654,7 +8654,7 @@ impl Machine {
pub(crate) fn process_wait(&mut self) -> CallResult {
fn stub_gen() -> Vec<FunctorElement> {
functor_stub(atom!("process_wait"), 2)
functor_stub(atom!("process_wait"), 3)
}
// Process