Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aakropotkin committed Dec 30, 2023
1 parent e7662be commit 003c695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sh-scripts/ccjs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ else
#shellcheck disable=SC2119
TMPFILE="$( mktmp_auto; )";

# Convert to object and back to deduplicate.
# Add the entry to the file, and remove old entry ( if present ).
$JQ --argjson _ENTRY "$_ENTRY" "[\$_ENTRY] + .|unique_by( .output )" \
"$CCJS_OUT" > "$TMPFILE";

Expand Down

0 comments on commit 003c695

Please sign in to comment.