mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Add tracing to print front-end command (#14340)
This commit is contained in:
parent
adcb5ab493
commit
a0ffbe29ff
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user