Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-03-07 06:11:16 +03:00
parent 6a2dc412bc
commit 873545bc42

View File

@ -2021,7 +2021,7 @@ var JournalActions = actions.Actions({
// wrong -- this could happen for long and deferred actions...
// ...not sure how handlers outside the action can be handled here
// too...
// ...let the client action configure things...
// ...let the client action configure things???
// I see only two automated ways to solve this:
// - mark and tweak/inject code in runtime...
// ...too complicated?