Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
3f025e0d
Commit
3f025e0d
authored
Sep 21, 2016
by
Dan Rubel
Committed by
GitHub
Sep 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove ignore unawaited_future comments (#5959)
parent
9f5eeb1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
runner.dart
dev/devicelab/lib/framework/runner.dart
+0
-1
utils.dart
dev/devicelab/lib/framework/utils.dart
+0
-1
No files found.
dev/devicelab/lib/framework/runner.dart
View file @
3f025e0d
...
...
@@ -34,7 +34,6 @@ Future<Map<String, dynamic>> runTask(String taskName) async {
bool
runnerFinished
=
false
;
// ignore: unawaited_futures
runner
.
exitCode
.
then
((
_
)
{
runnerFinished
=
true
;
});
...
...
dev/devicelab/lib/framework/utils.dart
View file @
3f025e0d
...
...
@@ -166,7 +166,6 @@ Future<Process> startProcess(String executable, List<String> arguments,
ProcessInfo
procInfo
=
new
ProcessInfo
(
command
,
proc
);
_runningProcesses
.
add
(
procInfo
);
// ignore: unawaited_futures
proc
.
exitCode
.
then
((
_
)
{
_runningProcesses
.
remove
(
procInfo
);
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment