Skip to content

Commit

Permalink
Rename pkgs/ffigen/errors.md to pkgs/ffigen/docs/errors.md (#3)
Browse files Browse the repository at this point in the history
* Rename pkgs/ffigen/errors.md to pkgs/ffigen/docs/errors.md

* Update parser.dart
  • Loading branch information
mannprerak2 authored Nov 20, 2023
1 parent ab67a57 commit 877c5af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkgs/ffigen/lib/src/header_parser/parser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ List<Binding> parseToBindings(Config c) {
_logger.warning("Ignored source errors. (ObjC)");
} else {
_logger.severe(
"Skipped generating bindings due to errors in source files. See https://github.com/dart-lang/native/blob/main/pkgs/ffigen/errors.md.");
"Skipped generating bindings due to errors in source files. See https://github.com/dart-lang/native/blob/main/pkgs/ffigen/docs/errors.md.");
exit(1);
}
}
Expand Down

0 comments on commit 877c5af

Please sign in to comment.