From 72bb5bcd00ca30e80c56609e2dbb3758beb3dd55 Mon Sep 17 00:00:00 2001 From: Jungku Lee Date: Mon, 16 Oct 2023 05:28:23 +0900 Subject: [PATCH] tools: update comment in `update-uncidi.sh` and `acorn_version.h` PR-URL: https://github.com/nodejs/node/pull/50175 Fixes: https://github.com/nodejs/node/issues/50159 Refs: https://github.com/nodejs/node/pull/50165 Reviewed-By: Luigi Pinca Reviewed-By: Richard Lau Reviewed-By: Rafael Gonzaga --- src/acorn_version.h | 2 +- tools/dep_updaters/update-undici.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/acorn_version.h b/src/acorn_version.h index 8c71b2ece5aa80..7e0add93c19bf8 100644 --- a/src/acorn_version.h +++ b/src/acorn_version.h @@ -1,5 +1,5 @@ // This is an auto generated file, please do not edit. -// Refer to tools/update-acorn.sh +// Refer to tools/dep_updaters/update-acorn.sh #ifndef SRC_ACORN_VERSION_H_ #define SRC_ACORN_VERSION_H_ #define ACORN_VERSION "8.10.0" diff --git a/tools/dep_updaters/update-undici.sh b/tools/dep_updaters/update-undici.sh index 962557f7a0d185..e50a3b909b8adf 100755 --- a/tools/dep_updaters/update-undici.sh +++ b/tools/dep_updaters/update-undici.sh @@ -43,7 +43,7 @@ rm -f deps/undici/undici.js # update version information in src/undici_version.h cat > "$ROOT/src/undici_version.h" <