File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" :" fixinator" ,
3- "version" :" 6.1.0 " ,
3+ "version" :" 6.1.1 " ,
44 "author" :" Foundeo Inc." ,
5- "location" :" foundeo/fixinator#v6.1.0 " ,
5+ "location" :" foundeo/fixinator#v6.1.1 " ,
66 "homepage" :" https://fixinator.app/" ,
77 "documentation" :" https://github.com/foundeo/fixinator/wiki" ,
88 "repository" :{
Original file line number Diff line number Diff line change @@ -130,8 +130,10 @@ component extends="commandbox.system.BaseCommand" excludeFromHelp=false {
130130 isEnterprise = true ;
131131 } catch (any entErr ) {
132132 // not using enterprise version
133- if (! arguments .forceLocal ) {
133+ if (arguments .forceLocal ) {
134134 rethrow ;
135+ } else if (arguments .debug ) {
136+ print .grayLine (" Debug: Failed to Load Enterprise Instance: #entErr .message #" );
135137 }
136138 }
137139
You can’t perform that action at this time.
0 commit comments