Skip to content

Commit

Permalink
use app name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Dec 12, 2023
1 parent 21013c0 commit 6321193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/console/src/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class Application extends CedarApplication implements ConsoleApplicationC
* Create a new console application instance.
*/
constructor (app: App) {
super('Supercharge Framework')
super(app.name())

app.markAsRunningInConsole()

Expand Down

0 comments on commit 6321193

Please sign in to comment.