We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbedd4 commit f4e99deCopy full SHA for f4e99de
lib/src/runner/browser/chrome.dart
@@ -79,7 +79,7 @@ class Chrome extends Browser {
79
};
80
81
if (!debug) return tryPort();
82
- return getUnusedPort<Future<Process>>(tryPort);
+ return getUnusedPort<Process>(tryPort);
83
}, remoteDebuggerCompleter.future);
84
}
85
lib/src/runner/browser/dartium.dart
@@ -117,7 +117,7 @@ class Dartium extends Browser {
117
118
119
120
121
}, observatoryCompleter.future, remoteDebuggerCompleter.future);
122
123
0 commit comments