Skip to content

Commit

Permalink
feat: revert changes to tree building, to adjust when application fla…
Browse files Browse the repository at this point in the history
…vors is adjusted
  • Loading branch information
seankwarren committed Feb 8, 2024
1 parent 46424df commit 8c51882
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export function ApplicationMixin<
const config = args[0] as ApplicationConfig;
if (!config || typeof config.name !== "string") throw new Error("Invalid application configuration object.");
const staticConfig = getApplicationConfig(config);
if (!staticConfig) throw new Error(`Application "${config.name} (${config.version}-${config.build})" is not supported.`);
super({ ...staticConfig, ...config });
}

Expand Down

0 comments on commit 8c51882

Please sign in to comment.