Skip to content

Commit

Permalink
Remove unreachable case
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanvanwijk committed Nov 10, 2020
1 parent c1e5536 commit b6f95e8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ public void run() {
String className = e.getClass().getSimpleName();
promise.reject(className, className + ": " + e.getMessage());
return;

promise.reject(e);
}
}
}, "export_thread");
Expand Down

0 comments on commit b6f95e8

Please sign in to comment.