Skip to content

Commit 1687269

Browse files
committed
Prep for v0.10.0
1 parent a0b3786 commit 1687269

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

box.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
},
@@ -16,7 +16,7 @@
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",
@@ -25,5 +25,5 @@
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
}

commands/cfformat.cfc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)