We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f541c3 commit 64c3154Copy full SHA for 64c3154
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