Skip to content

Commit 0c4a118

Browse files
committed
object util update.
1 parent df6abf4 commit 0c4a118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/manager/PluginManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ export class PluginManager
388388
}
389389
}));
390390

391-
deepFreeze(pluginData, new Set(['manager']));
391+
deepFreeze(pluginData, { skipKeys: new Set(['manager']) });
392392

393393
const eventbusProxy = this.#eventbus !== null && this.#eventbus !== void 0 ?
394394
new EventbusProxy(this.#eventbus) /* c8 ignore next */ : void 0;

0 commit comments

Comments
 (0)