Skip to content

Commit 8687ba8

Browse files
tniessentargos
authored andcommitted
src: fix alphabetically sorted binding list
PR-URL: #42687 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]>
1 parent 0a64b14 commit 8687ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_binding.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
V(uv) \
8888
V(v8) \
8989
V(wasi) \
90-
V(worker) \
9190
V(watchdog) \
91+
V(worker) \
9292
V(zlib)
9393

9494
#define NODE_BUILTIN_MODULES(V) \

0 commit comments

Comments
 (0)