Skip to content

Commit a6a445a

Browse files
committed
temp: add console log to messenger.send
1 parent c2d47ed commit a6a445a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/client/modules/lib/messenger.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ export class Messenger {
131131
const channelName = publishDef.channel;
132132
const message = publishDef.message;
133133

134+
const console_workaround = console;
135+
console_workaround.log("Messenger.send",publishDef)
136+
134137
const channel = this.channels.get(channelName);
135138
if (!channel) {
136139
return;

0 commit comments

Comments
 (0)