Skip to content

Commit

Permalink
fixup! review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jan 3, 2025
1 parent b22b8b0 commit 4c095c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/non-trapping-shim/src/non-trapping-pony.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ const ProxyInternal = function Proxy(target, handler) {
* @type {ProxyConstructor}
*/
const ProxyPlus = ProxyInternal.bind(undefined);
defineProperty(ProxyPlus, 'name', { value: 'Proxy' });

ProxyPlus.revocable = (target, handler) => {
const handlerPlus = makeHandlerPlus(handler);
Expand Down

0 comments on commit 4c095c0

Please sign in to comment.