Skip to content

Commit 6be554e

Browse files
committed
Fix structured JavaScript binder compilation
1 parent f72c063 commit 6be554e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/apply-structured-javascript-segments.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
.github/structured-js-payload.part2 \
3333
.github/structured-js-payload.part3 | base64 --decode | tar -xz
3434
python3 .github/apply_structured_js.py
35+
sed -i 's/private boolean contains(int position)/final boolean contains(int position)/' AdvancedCore/src/main/java/com/bencodez/advancedcore/api/javascript/JavascriptPlaceholderBinder.java
3536
rm .github/apply_structured_js.py
3637
rm .github/structured-js-payload.b64
3738
rm .github/structured-js-payload.part0

0 commit comments

Comments
 (0)