Add debug around on-save on-load
This commit is contained in:
parent
e114ebb7c8
commit
e04ad42826
@ -12,8 +12,8 @@
|
|||||||
--
|
--
|
||||||
^- agent:gall
|
^- agent:gall
|
||||||
=<
|
=<
|
||||||
=* state :- %0
|
=* state :- %0
|
||||||
:*
|
:*
|
||||||
[%access count=0]
|
[%access count=0]
|
||||||
==
|
==
|
||||||
|_ bol=bowl:gall
|
|_ bol=bowl:gall
|
||||||
@ -62,8 +62,12 @@
|
|||||||
=/ action !<(action:browsermanager vase)
|
=/ action !<(action:browsermanager vase)
|
||||||
[(handle-action action) this]
|
[(handle-action action) this]
|
||||||
==
|
==
|
||||||
++ on-save on-save:def
|
++ on-save
|
||||||
++ on-load on-load:def
|
~& 'on-save'
|
||||||
|
on-save:def
|
||||||
|
++ on-load
|
||||||
|
~& 'on-load'
|
||||||
|
on-load:def
|
||||||
++ on-leave on-leave:def
|
++ on-leave on-leave:def
|
||||||
++ on-peek on-peek:def
|
++ on-peek on-peek:def
|
||||||
++ on-fail on-fail:def
|
++ on-fail on-fail:def
|
||||||
|
Loading…
Reference in New Issue
Block a user