Fix -notrace flag

This commit is contained in:
Joshua Granick
2015-12-31 18:26:16 -08:00
parent cd4d4a8f43
commit 40aaff6e8f

View File

@@ -615,6 +615,7 @@ class CommandLineTools {
if (platform != null) {
platform.traceEnabled = traceEnabled;
platform.execute (additionalArguments);
} else {