| Index: sdk/lib/_internal/pub/lib/src/io.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/io.dart b/sdk/lib/_internal/pub/lib/src/io.dart
|
| index 3f17a0236af0a641838a5522d65567346ee913c7..085a56104d232f2f9842cb427f571a8cfa880e36 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/io.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/io.dart
|
| @@ -654,7 +654,7 @@ Future _doProcess(Function fn, String executable, List<String> args,
|
| executable = "cmd";
|
| }
|
|
|
| - log.process(executable, args);
|
| + log.process(executable, args, workingDir == null ? '.' : workingDir);
|
|
|
| return Chain.track(fn(executable,
|
| args,
|
|
|