Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Aug 24, 2023
1 parent 67e4bc3 commit 94eaadb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .blueprint/from-issue/generator.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ export default class extends BaseGenerator {
get [BaseGenerator.PROMPTING]() {
return this.asPromptingTaskGroup({
async promptOptions() {
await promptSamplesFolder.call(this);
if (this.codeWorkspace) {
await promptSamplesFolder.call(this);
}
},
});
}
Expand Down

0 comments on commit 94eaadb

Please sign in to comment.