mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 10:21:31 +03:00
Merge pull request #5145 from urbit/jb/rip-stub
jets: updates +rip and +rep stub jets to defer to nock
This commit is contained in:
commit
5bffee591b
@ -170,7 +170,7 @@ u3qc_rep(u3_atom a,
|
||||
}
|
||||
|
||||
u3l_log("rep: stub\r\n");
|
||||
return u3m_bail(c3__fail);
|
||||
return u3_none;
|
||||
}
|
||||
|
||||
u3_noun
|
||||
|
@ -160,7 +160,7 @@ u3qc_rip(u3_atom a,
|
||||
}
|
||||
|
||||
u3l_log("rip: stub\r\n");
|
||||
return u3m_bail(c3__fail);
|
||||
return u3_none;
|
||||
}
|
||||
|
||||
u3_noun
|
||||
|
Loading…
Reference in New Issue
Block a user