jdaugherty commented on code in PR #15557:
URL: https://github.com/apache/grails-core/pull/15557#discussion_r3178407423
##########
grails-scaffolding/grails-app/commands/scaffolding/CreateScaffoldServiceCommand.groovy:
##########
@@ -47,12 +47,12 @@ class CreateScaffoldServiceCommand implements
GrailsApplicationCommand, CommandL
final String domainClassName = args[0]
if (!domainClassName) {
error('No domain-class specified')
- return FAILURE
+ return false
Review Comment:
The original code seems to be better, this file should be reverted?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]