ColdBox error: has no accessible Member with name [BREAK]

When I create a resource using commands below

coldbox create resource photos

I got an error, I am using coldbox-7.5.2+27, can anyone help with this?

Component [commandbox.modules.coldbox-cli.commands.coldbox.create.resource] has no accessible Member with name [BREAK]

\modules\coldbox-cli\commands\coldbox\create\resource.cfc: line 314
312:          var routerContent = fileRead( routerPath ).replaceNoCase(
313:             "// @app_routes@",
314:             routerCode & variables.break
315:          );
316:          fileWrite( routerPath, routerContent );