Skip to content

Commit 648120d

Browse files
committed
Protect new binast directory.
1 parent 2cf404e commit 648120d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def remove_cargo_tomls():
4242
os.path.join("mozjs", "testing"),
4343
]
4444
exclude = [
45-
os.path.join("mozjs", "js", "src", "frontend", "binsource"),
45+
os.path.join("mozjs", "js", "src", "frontend", "binast"),
4646
]
4747
for dir in problem_dirs:
4848
for root, dirs, files in os.walk(dir):

0 commit comments

Comments
 (0)