scansion/console.lua

changeset 181
3a9b9c98304a
parent 174
662bd8c5ae28
--- a/scansion/console.lua	Thu Mar 23 18:27:22 2023 +0000
+++ b/scansion/console.lua	Thu Mar 23 18:28:20 2023 +0000
@@ -51,7 +51,7 @@
 				table.insert(l, action.annotation);
 			end
 			table.insert(l, data.object.." "..action);
-			if data.extra and obj_type == "client" and (action == "sends" or action == "receives") then
+			if data.extra and (obj_type == "client" or obj_type == "component") and (action == "sends" or action == "receives") then
 				table.insert(l, "\n"..pretty(lines(data.extra), 4).."\n");
 			end
 			return lines(l);

mercurial