Skip to content

Commit

Permalink
Make shouldPrompt false
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroFish91 committed Jan 9, 2025
1 parent c19280f commit 856032d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/StartingResourcesLogStep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class StartingResourcesLogStep<T extends StartingResourcesLogContext> ext
}

public shouldPrompt(): boolean {
return true;
return false;
}

protected async logStartingResources(context: T): Promise<void> {
Expand Down

0 comments on commit 856032d

Please sign in to comment.