Skip to content

Commit a7210f5

Browse files
author
Shane Osbourne
committed
debugging
1 parent 7d2d206 commit a7210f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/messaging/lib/windows.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export class WindowsMessagingTransport {
3939
// @ts-ignore
4040
// eslint-disable-next-line @typescript-eslint/no-unused-vars
4141
notify(msg) {
42+
console.log('🙏 windows transport, sending a notification', JSON.stringify(msg, null, 2))
4243
this.config.methods.postMessage(msg)
4344
}
4445
/**

0 commit comments

Comments
 (0)