Skip to content

Commit

Permalink
fix(api): do not attempt to remap the language mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
axieum committed Aug 11, 2022
1 parent 7eea724 commit 791775b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public abstract class LanguageMixin
value = "INVOKE",
target = "Lcom/google/common/collect/ImmutableMap$Builder;build()Lcom/google/common/collect/ImmutableMap;"
),
locals = LocalCapture.CAPTURE_FAILSOFT
locals = LocalCapture.CAPTURE_FAILSOFT,
remap = false
)
private static void create(
CallbackInfoReturnable<Language> cir,
Expand Down

0 comments on commit 791775b

Please sign in to comment.