Skip to content

Commit 4c095c0

Browse files
committed
fixup! review suggestion
1 parent b22b8b0 commit 4c095c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/non-trapping-shim/src/non-trapping-pony.js

+1
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ const ProxyInternal = function Proxy(target, handler) {
270270
* @type {ProxyConstructor}
271271
*/
272272
const ProxyPlus = ProxyInternal.bind(undefined);
273+
defineProperty(ProxyPlus, 'name', { value: 'Proxy' });
273274

274275
ProxyPlus.revocable = (target, handler) => {
275276
const handlerPlus = makeHandlerPlus(handler);

0 commit comments

Comments
 (0)