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 c9e79a3 commit 4d3a631Copy full SHA for 4d3a631
src/configuration/getConfigFromWizard.ts
@@ -40,7 +40,7 @@ export async function getConfigFromWizard({
40
{
41
type: "list",
42
name: "framework",
43
- message: `Which framework are you using (detected ${currentFramework})?`,
+ message: `Which framework are you using (detected: ${currentFramework ?? "?"})?`,
44
choices: supportedFrameworks,
45
default: currentConfig?.framework ?? currentFramework,
46
},
0 commit comments