mirror of
https://github.com/urbit/shrub.git
synced 2025-01-05 11:09:30 +03:00
Fix handling of .^ errors.
This commit is contained in:
parent
2e9abc4b68
commit
5736ea6e00
3
i/n/j.h
3
i/n/j.h
@ -109,8 +109,7 @@
|
||||
** is no kick, TRANSFERRED if one.
|
||||
*/
|
||||
u3_weak
|
||||
u3j_kick(u3_noun cor,
|
||||
u3_noun axe);
|
||||
u3j_kick(u3_noun cor, u3_noun axe);
|
||||
|
||||
/* u3j_kink(): kick either by jet or by nock.
|
||||
*/
|
||||
|
3
n/n.c
3
n/n.c
@ -307,7 +307,7 @@ u3n_nock_on(u3_noun bus, u3_noun fol)
|
||||
|
||||
case 11: {
|
||||
u3_noun gof = u3n_nock_on(bus, u3k(gal));
|
||||
u3_noun val = u3m_soft_esc(gof);
|
||||
u3_noun val = u3m_soft_esc(u3k(gof));
|
||||
|
||||
if ( !_(u3du(val)) ) {
|
||||
u3m_bail(u3nt(1, gof, 0));
|
||||
@ -315,6 +315,7 @@ u3n_nock_on(u3_noun bus, u3_noun fol)
|
||||
else {
|
||||
u3_noun pro;
|
||||
|
||||
u3z(gof);
|
||||
u3z(fol);
|
||||
pro = u3k(u3t(val));
|
||||
u3z(val);
|
||||
|
Loading…
Reference in New Issue
Block a user