Skip to content

Commit

Permalink
Add error throwing
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia committed Nov 24, 2021
1 parent e4e26df commit 7d9c9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf_release.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _package_naming_impl(ctx):
else:
values["platform"] = "win32"
else:
values["platform"] = "unknown"
fail("Unrecognized platform")

return PackageVariablesInfo(values = values)

Expand Down

0 comments on commit 7d9c9eb

Please sign in to comment.