Skip to content

Commit

Permalink
Update rpc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway authored Feb 11, 2024
1 parent e0a207e commit 7aa19a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/src/hypha/rpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export class RPC extends MessageEmitter {
}
this._fire(main["type"], main);
} catch (error) {
console.error(e);
console.error(error);
}
}

Expand Down

0 comments on commit 7aa19a2

Please sign in to comment.