Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 64c3154

Browse filesBrowse files
tniessenMoLow
authored andcommitted
tools: fix skip message in update-cjs-module-lexer
Refs: #47446 PR-URL: #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>
1 parent 4f541c3 commit 64c3154
Copy full SHA for 64c3154

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎tools/dep_updaters/update-cjs-module-lexer.sh‎

Copy file name to clipboardExpand all lines: tools/dep_updaters/update-cjs-module-lexer.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CURRENT_VERSION=$("$NODE" -p "require('./deps/cjs-module-lexer/package.json').ve
2424
echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
2525

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.