Skip to content

Commit 4d3a631

Browse files
fix: Wizard text improvement
1 parent c9e79a3 commit 4d3a631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration/getConfigFromWizard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export async function getConfigFromWizard({
4040
{
4141
type: "list",
4242
name: "framework",
43-
message: `Which framework are you using (detected ${currentFramework})?`,
43+
message: `Which framework are you using (detected: ${currentFramework ?? "?"})?`,
4444
choices: supportedFrameworks,
4545
default: currentConfig?.framework ?? currentFramework,
4646
},

0 commit comments

Comments
 (0)