mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 04:52:06 +03:00
lib: !. on dbug and verb wrapper agent cores
Events always pass through these, adding to the stack trace on-crash. This information is practically never useful, however. Adding !. leaves these cores out of the traces.
This commit is contained in:
parent
d756642749
commit
87e61da99a
@ -21,6 +21,7 @@
|
||||
++ agent
|
||||
|= =agent:gall
|
||||
^- agent:gall
|
||||
!.
|
||||
|_ =bowl:gall
|
||||
+* this .
|
||||
ag ~(. agent bowl)
|
||||
|
@ -3,7 +3,7 @@
|
||||
|= [loud=? =agent:gall]
|
||||
=| bowl-print=_|
|
||||
^- agent:gall
|
||||
|^
|
||||
|^ !.
|
||||
|_ =bowl:gall
|
||||
+* this .
|
||||
ag ~(. agent bowl)
|
||||
|
Loading…
Reference in New Issue
Block a user