Skip to content

Commit 89e068a

Browse files
marco-ippolitoMoLow
authored andcommitted
tools: debug log for nghttp3
PR-URL: nodejs#47992 Refs: nodejs#47576 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 035356f commit 89e068a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/dep_updaters/update-nghttp3.sh

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ NGHTTP3_VERSION_H="$DEPS_DIR/ngtcp2/nghttp3/lib/includes/nghttp3/version.h"
2020

2121
CURRENT_VERSION=$(grep "#define NGHTTP3_VERSION" "$NGHTTP3_VERSION_H" | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p")
2222

23+
echo "Comparing $NEW_VERSION with $CURRENT_VERSION"
24+
2325
if [ "$NEW_VERSION" = "$CURRENT_VERSION" ]; then
2426
echo "Skipped because http3 is on the latest version."
2527
exit 0

0 commit comments

Comments
 (0)