Skip to content

Commit

Permalink
package name is changed
Browse files Browse the repository at this point in the history
better log print
help content
  • Loading branch information
bsp committed Feb 26, 2017
1 parent 6baa6f1 commit 952bec3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class Log {
if (quiet) return;
if (!showHelp) return;
try {
println("");
def stream = Log.class.getClassLoader().getResourceAsStream('helpContent.groovy')
def helpContent = new String(IOUtils.toByteArray(stream), 'UTF-8');
println helpContent;
Expand Down

0 comments on commit 952bec3

Please sign in to comment.