Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 9, 2020
1 parent f0e2326 commit 665995f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ void runAsync(Runnable r) {
}

if (exception != null) {
// throw exception;
throw exception;
}
}

Expand Down

0 comments on commit 665995f

Please sign in to comment.