File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "author" :" John Berquist" ,
33 "bugs" :" https://github.com/jcberquist/commandbox-cfformat/issues" ,
4- "cftokens" :" v0.9.1 " ,
4+ "cftokens" :" v0.10.0 " ,
55 "devDependencies" :{
66 "testbox" :" ^3.0.0"
77 },
1616 "URL" :" http://opensource.org/licenses/MIT"
1717 }
1818 ],
19- "location" :" jcberquist/commandbox-cfformat#v0.9 .0" ,
19+ "location" :" jcberquist/commandbox-cfformat#v0.10 .0" ,
2020 "name" :" cfformat" ,
2121 "repository" :{
2222 "type" :" git" ,
2525 "shortDescription" :" A CommandBox module for formatting CFML component files." ,
2626 "slug" :" commandbox-cfformat" ,
2727 "type" :" commandbox-modules" ,
28- "version" :" 0.9 .0"
28+ "version" :" 0.10 .0"
2929}
Original file line number Diff line number Diff line change @@ -365,6 +365,9 @@ component accessors="true" {
365365 }
366366 }
367367
368+ // flush buffer
369+ print .text ().toConsole ();
370+
368371 try {
369372 print .line (cfformat .mergedSettings (userSettings ));
370373 } catch (CFFormat .settings .validation e ) {
You can’t perform that action at this time.
0 commit comments