Index: utils/pub/log.dart |
diff --git a/utils/pub/log.dart b/utils/pub/log.dart |
index 06a474896e2aa4a297acd7da1759ac080216dbfa..9a555ea3d354c6495c507ab29526cc328cfe315a 100644 |
--- a/utils/pub/log.dart |
+++ b/utils/pub/log.dart |
@@ -110,7 +110,7 @@ Future ioAsync(String startMessage, Future operation, |
/// Logs the spawning of an [executable] process with [arguments] at [IO] |
/// level. |
void process(String executable, List<String> arguments) { |
- io("Spawning $executable ${Strings.join(arguments, ' ')}"); |
+ io("Spawning $executable ${arguments.join(' ')}"); |
} |
/// Logs the results of running [executable]. |