Skip to content

Commit

Permalink
fix: review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Nov 10, 2023
1 parent d3b9abb commit 25633d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/exo/src/exo-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ export const defendPrototype = (
...(symbolMethodGuards &&
fromEntries(getCopyMapEntries(symbolMethodGuards))),
});
assert(methodGuards !== undefined);
defaultGuards = dg;
{
const methodGuardNames = ownKeys(methodGuards);
Expand Down
2 changes: 1 addition & 1 deletion packages/pass-style/src/make-far.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ harden(Remotable);
* TODO Name to be bikeshed. Perhaps even whether it is a
* string or symbol to be bikeshed.
*
* TODO Beware that an exo's interface can change across an upgrade,
* HAZARD: Beware that an exo's interface can change across an upgrade,
* so remotes that cache it can become stale.
*/
export const GET_METHOD_NAMES = Symbol.for('getMethodNames');
Expand Down

0 comments on commit 25633d6

Please sign in to comment.