Skip to content

Commit

Permalink
Update generators/workspaces/generator.js
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Raible <[email protected]>
  • Loading branch information
mshima and mraible authored Jan 4, 2024
1 parent 39dccd8 commit c2c54cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/workspaces/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default class WorkspacesGenerator extends BaseWorkspacesGenerator {
return this.asConfiguringTaskGroup({
checkWorkspaces() {
if (this.generateWorkspaces && !this.jhipsterConfig.monorepository) {
throw new Error('Workspaces option is only supported in monorepositories.');
throw new Error('Workspaces option is only supported with monorepositories.');
}
},
async configure() {
Expand Down

0 comments on commit c2c54cd

Please sign in to comment.