We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06a285 commit d9c63b7Copy full SHA for d9c63b7
src/backend/linkFiber.ts
@@ -77,6 +77,7 @@ function sendSnapshot(snap: Snapshot, mode: Mode): void {
77
},
78
'*',
79
);
80
+ console.log('LinkFiber', { payload });
81
}
82
83
/**
0 commit comments