From 75a71dc7ae0d2ee8f17597a101a4925f036f11f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 11 Apr 2022 10:37:59 +0200 Subject: [PATCH] src: fix alphabetically sorted binding list PR-URL: https://github.com/nodejs/node/pull/42687 Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Anatoli Papirovski Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Rich Trott Reviewed-By: Akhil Marsonya --- src/node_binding.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_binding.cc b/src/node_binding.cc index ed8ab9237fd3b3..29b9ccdaed8b10 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) \