Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
mannprerak2 committed Nov 19, 2023
1 parent ba86016 commit eb1637c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/ffigen/lib/src/header_parser/parser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ 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.");
exit(1);
// TEMP: REVERT THIS CHANGE
_logger.severe(config.headers.entryPoints);
// exit(1);
}
}

Expand Down

0 comments on commit eb1637c

Please sign in to comment.