fix arity of prcess_wait builtin errors
This commit is contained in:
committed by
Bennet Bleßmann
parent
3a6b92d227
commit
b2d639b159
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user