Skip to content

Commit

Permalink
Revert "temp"
Browse files Browse the repository at this point in the history
This reverts commit eb1637c.
  • Loading branch information
mannprerak2 committed Nov 19, 2023
1 parent eb1637c commit 5e1bb11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/ffigen/lib/src/header_parser/parser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ List<Binding> parseToBindings(Config c) {
} else {
_logger.severe(
"Skipped generating bindings due to errors in source files. Either resolve or ignore them (Set --ignore-source-errors on cmd or ignore-source-errors:true in config.");
// TEMP: REVERT THIS CHANGE
_logger.severe(config.headers.entryPoints);
// exit(1);
exit(1);
}
}

Expand Down

0 comments on commit 5e1bb11

Please sign in to comment.