Skip to content

Commit

Permalink
Update filter_files.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Nov 8, 2023
1 parent 4cc4001 commit 2952fd8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions filter_files.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import sys
import json

if __name__ == "__main__":
files = [x for x in sys.argv[1].split("\n") if x.endswith("js") or x.endswith("map")]
print(json.dumps(files))
print(" !! ".join(files))

0 comments on commit 2952fd8

Please sign in to comment.