mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 20:31:40 +03:00
Merge pull request #6452 from urbit/i/6444/lesser-dill-call-trace
dill: exclude wrapped-task from most +call traces
This commit is contained in:
commit
0223cf9f59
@ -250,8 +250,10 @@
|
||||
wrapped-task=(hobo task)
|
||||
==
|
||||
^+ [*(list move) ..^$]
|
||||
~| wrapped-task
|
||||
=/ task=task ((harden task) wrapped-task)
|
||||
=/ task=task
|
||||
~| wrapped-task
|
||||
((harden task) wrapped-task)
|
||||
~| -.task
|
||||
:: unwrap session tasks, default to session %$
|
||||
::
|
||||
=^ ses=@tas task
|
||||
|
Loading…
Reference in New Issue
Block a user