Skip to content

Commit d5a7787

Browse files
tniessenjuanarbol
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 ab1939b commit d5a7787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_binding.cc

Lines changed: 1 addition & 1 deletion
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)