Unverified Commit a0ffbe29 authored by Alexander Markov's avatar Alexander Markov Committed by GitHub

Add tracing to print front-end command (#14340)

parent adcb5ab4
......@@ -95,6 +95,7 @@ Future<String> compile(
if (extraFrontEndOptions != null)
command.addAll(extraFrontEndOptions);
command.add(mainPath);
printTrace(command.join(' '));
final Process server = await processManager
.start(command)
.catchError((dynamic error, StackTrace stack) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment