Skip to content

Commit

Permalink
Update generate_bindings.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Nov 9, 2024
1 parent 9b2200d commit 2c78bb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/jnigen/lib/src/generate_bindings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ Future<void> generateJniBindings(Config config) async {
printError(e.stderr);
}
log.fatal(e.message);
} on GradleException catch (e) {
log.fatal(e.message);
}

classes.accept(Excluder(config));
Expand Down

0 comments on commit 2c78bb2

Please sign in to comment.