Skip to content

Commit

Permalink
Sites 20242 remove private method error message (#56)
Browse files Browse the repository at this point in the history
* Update useExtensions.test.tsx

* added build phase in workflow

* Update useExtensions.test.tsx with host mock

* v0.8.6

* Reverted repo name to Adobe

* disable private method not found message

* Modified comment

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
nitinja and github-actions[bot] authored Mar 20, 2024
1 parent 55c14f7 commit 79ceadf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/uix-host/src/port.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,10 +435,7 @@ export class Port<GuestApi = unknown>
try {
methodCallee = this.getHostMethodCallee(address, privateMethods);
} catch (e) {
this.logger.warn(
`Private method ${formatHostMethodAddress(address)} not found!`,
address
);
// private method not found, continue and try other way of accessing it
}
}
if (!methodCallee) {
Expand Down

0 comments on commit 79ceadf

Please sign in to comment.