Skip to content

Commit

Permalink
Also fix .mjs files.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Feb 9, 2024
1 parent 960b91d commit 3b3600c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/bashy-node/node-project/sort-imports
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function do-sort {
srcDir="$(base-dir)/src"

if (( ${#files[@]} == 0 )); then
files=($(lib buildy ls-files --output=lines --include='\.js$')) \
files=($(lib buildy ls-files --output=lines --include='\.m?js$')) \
|| exit "$?"
else
error=0
Expand Down

0 comments on commit 3b3600c

Please sign in to comment.