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 0927b75 commit 8e1f1beCopy full SHA for 8e1f1be
src/index.ts
@@ -110,7 +110,7 @@ export default class ObsidianPluginGenerator extends Generator {
110
}
111
},
112
{
113
- default: (answers: Answers) => makePluginName(answers.pluginId),
+ default: (answers: Partial<Answers>) => makePluginName(answers.pluginId ?? ''),
114
message: 'Your plugin\'s name?',
115
name: nameof<Answers>('pluginName'),
116
type: 'input'
0 commit comments