jcberquist / commandbox-cfformat

A CommandBox module for formatting CFML component files.
MIT License
22 stars 10 forks source link

fix cfformat settings show #70

Closed jordanclark closed 4 years ago

jordanclark commented 4 years ago

fixes error for command: cfformat settings show

variable [ALLOWCFM] doesn't exist                                                                                                      

/modules/commandbox-cfformat/models/CFFormatUtils.cfc: line 34
32:         }
33: 
34:         return {pathType: pathType, filePaths: resolveFilePaths(fullPath, pathType, allowCfm)};
35:     }
36: 
called from /modules/commandbox-cfformat/commands/cfformat/settings/show.cfc: line 23
called from /system/services/CommandService.cfc: line 343
called from /system/services/CommandService.cfc: line 139
called from /system/Shell.cfc: line 771
called from /system/Shell.cfc: line 591
called from /system/Bootstrap.cfm: line 154
jcberquist commented 4 years ago

Thanks!