Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-04-11 11:37:59 +0300
committerGitHub <noreply@github.com>2022-04-11 11:37:59 +0300
commit75a71dc7ae0d2ee8f17597a101a4925f036f11f7 (patch)
treecf3a7bf1fa0e236716b60a910397795b15aab6d2 /src
parent4508c8caa478416df098adac10469c6c3bb9a913 (diff)
src: fix alphabetically sorted binding list
PR-URL: https://github.com/nodejs/node/pull/42687 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/node_binding.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_binding.cc b/src/node_binding.cc
index ed8ab9237fd..29b9ccdaed8 100644
--- a/src/node_binding.cc
+++ b/src/node_binding.cc
@@ -87,8 +87,8 @@
V(uv) \
V(v8) \
V(wasi) \
- V(worker) \
V(watchdog) \
+ V(worker) \
V(zlib)
#define NODE_BUILTIN_MODULES(V) \