Thanks to visit codestin.com Credit goes to github.com
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 4ff2822 commit f4465e6Copy full SHA for f4465e6
tools/update-undici.sh
@@ -32,10 +32,10 @@ rm -f deps/undici/undici.js
32
FILE_PATH="$ROOT/src/undici_version.h"
33
echo "// This is an auto generated file, please do not edit." > "$FILE_PATH"
34
echo "// Refer to tools/update-undici.sh" >> "$FILE_PATH"
35
- echo "#ifndef SRC_ACORN_VERSION_H_" >> "$FILE_PATH"
36
- echo "#define SRC_ACORN_VERSION_H_" >> "$FILE_PATH"
+ echo "#ifndef SRC_UNDICI_VERSION_H_" >> "$FILE_PATH"
+ echo "#define SRC_UNDICI_VERSION_H_" >> "$FILE_PATH"
37
echo "#define UNDICI_VERSION \"$UNDICI_VERSION\"" >> "$FILE_PATH"
38
- echo "#endif // SRC_ACORN_VERSION_H_" >> "$FILE_PATH"
+ echo "#endif // SRC_UNDICI_VERSION_H_" >> "$FILE_PATH"
39
)
40
41
mv undici-tmp/node_modules/undici deps/undici/src
0 commit comments