Fix ZeppelinPlugins not loading properly

This commit is contained in:
Dragory 2019-02-06 20:05:48 +02:00
parent 497fdcc9f6
commit 0f0ca1dc57

View file

@ -72,6 +72,6 @@ export class ZeppelinPlugin extends Plugin {
throw new Error(`Invalid options:\n${validationErrors.join("\n")}`);
}
return this.onLoad();
return super.runLoad();
}
}