We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40a5c9 commit cccbf86Copy full SHA for cccbf86
jsEngine/main.ts
@@ -27,7 +27,6 @@ export default class JsEnginePlugin extends Plugin {
27
this.api = new API(this.app, this, InstanceId.create(InstanceType.PLUGIN));
28
}
29
30
-
31
async onload(): Promise<void> {
32
await this.loadSettings();
33
0 commit comments