mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 09:21:42 +03:00
jets: updates +rip and +rep stub jets to defer to nock
This commit is contained in:
parent
ee07dee882
commit
35cac81c9b
@ -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