Index: lib/src/io.dart |
diff --git a/lib/src/io.dart b/lib/src/io.dart |
index 9ea932de0f031f14c113fa0edf1d55e2f977a25b..c27fe464b149617540c15c693ad379363ec86e5c 100644 |
--- a/lib/src/io.dart |
+++ b/lib/src/io.dart |
@@ -683,7 +683,7 @@ Future store(Stream stream, EventSink sink, |
/// the inherited variables. |
Future<PubProcessResult> runProcess(String executable, List<String> args, |
{workingDir, Map<String, String> environment, bool runInShell: false}) { |
- return _descriptorPool.withResource(() async { |
+ return _descriptorPool.withResource/*<Future<PubProcessResult>>*/(() async { |
var result = await _doProcess(Process.run, executable, args, |
workingDir: workingDir, |
environment: environment, |