Skip to content

Commit

Permalink
tools: fix skip message in update-cjs-module-lexer
Browse files Browse the repository at this point in the history
Refs: nodejs#47446
PR-URL: nodejs#47701
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
  • Loading branch information
tniessen authored and MoLow committed Jul 6, 2023
1 parent 4f541c3 commit 64c3154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dep_updaters/update-cjs-module-lexer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CURRENT_VERSION=$("$NODE" -p "require('./deps/cjs-module-lexer/package.json').ve
echo "Comparing $NEW_VERSION with $CURRENT_VERSION"

if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
echo "Skipped because ada is on the latest version."
echo "Skipped because cjs-module-lexer is on the latest version."
exit 0
fi

Expand Down

0 comments on commit 64c3154

Please sign in to comment.