Add verbose message with font name

This commit is contained in:
Joshua Granick
2016-10-17 16:20:38 -07:00
parent 22f5a9da16
commit 96b119f11b
2 changed files with 7 additions and 0 deletions

View File

@@ -1030,8 +1030,13 @@ class CommandLineTools {
if (buildNumber == null || StringTools.startsWith (buildNumber, "git")) {
var cache = LogHelper.mute;
LogHelper.mute = true;
var output = ProcessHelper.runProcess ("", "git", [ "rev-list", "HEAD", "--count" ], true, true, true);
LogHelper.mute = cache;
if (output != null) {
var value = Std.parseInt (output);