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 c813ae2 commit 314b255Copy full SHA for 314b255
jsEngine/api/Internal.ts
@@ -264,7 +264,7 @@ export class InternalAPI {
264
* Runs all startup scripts defined in the plugins settings.
265
*/
266
public async executeStartupScripts(): Promise<void> {
267
- for (const script of this.apiInstance.plugin.settings.startupScripts ?? []) {
+ for (const script of this.apiInstance.plugin.settings.startupScripts) {
268
await this.executeFileSimple(script);
269
}
270
0 commit comments