Add verbose message with font name
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user