Insert commit name here

pull/96/head
Valentine 2 years ago committed by GitHub
parent 7cf510c15a
commit c4c613ff73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -239,7 +239,7 @@ export default class AddonManager extends Events {
try {
const addonModule = await import(resolve(this.dir, addonId));
const Addon = addonModule.default;
const Addon = addonModule.default || addonModule;
Object.defineProperties(Addon?.prototype, {
addonId: {

Loading…
Cancel
Save