We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1403a8 commit d2994e5Copy full SHA for d2994e5
tools/dep_updaters/update-cjs-module-lexer.sh
@@ -24,7 +24,7 @@ CURRENT_VERSION=$("$NODE" -p "require('./deps/cjs-module-lexer/package.json').ve
24
echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
25
26
if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
27
- echo "Skipped because ada is on the latest version."
+ echo "Skipped because cjs-module-lexer is on the latest version."
28
exit 0
29
fi
30
0 commit comments