Skip to content

Commit

Permalink
Really fix extensions.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Tranquilli committed Sep 18, 2024
1 parent 04052c5 commit 50b15a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodejs/extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def _toolchain_extension(module_ctx):
continue
if not _toolchains_equal(toolchain, registrations[toolchain.name]):
fail("Multiple conflicting toolchains declared:\n* {}\n* {}".format(
_toolchain_repr(toolchain_info),
_toolchain_repr(registered_toolchain_info),
_toolchain_repr(toolchain),
_toolchain_repr(registrations[toolchain.name]),
))
else:
# No problem to register a matching toolchain twice
Expand Down

0 comments on commit 50b15a7

Please sign in to comment.