| Index: sdk/lib/_internal/pub/lib/src/git.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/git.dart b/sdk/lib/_internal/pub/lib/src/git.dart
|
| index e6f20cb269c15b9d6da290d7ab9772fffe932b02..5ba66b2ab4f3528044465bdb218f4f4cead9b989 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/git.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/git.dart
|
| @@ -38,8 +38,10 @@ bool get isInstalled {
|
| }
|
| bool _isInstalledCache;
|
|
|
| -/// Run a git process with [args] from [workingDir]. Returns the stdout as a
|
| -/// list of strings if it succeeded. Completes to an exception if it failed.
|
| +/// Run a git process with [args] from [workingDir].
|
| +///
|
| +/// Returns the stdout as a list of strings if it succeeded. Completes to an
|
| +/// exception if it failed.
|
| Future<List<String>> run(List<String> args,
|
| {String workingDir, Map<String, String> environment}) {
|
| if (!isInstalled) {
|
|
|