Skip to content

Commit

Permalink
chore: test log
Browse files Browse the repository at this point in the history
  • Loading branch information
azamuddin committed Jul 5, 2023
1 parent 4b4d481 commit 5cdbb13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/electron-trpc/src/renderer/ipcLink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export function ipcLink<TRouter extends AnyRouter>(): TRPCLink<TRouter> {
return ({ op }) => {
return observable((observer) => {
op.input = runtime.transformer.serialize(op.input);
console.log('WELCOME TO THE GITHUB PACKAGE ================================');

let isDone = false;
const unsubscribe = client.request(op, {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5cdbb13

Please sign in to comment.