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 a6fd948 commit 93555d0Copy full SHA for 93555d0
src/node_builtins.cc
@@ -146,7 +146,7 @@ BuiltinLoader::BuiltinCategories BuiltinLoader::GetBuiltinCategories() const {
146
"internal/test/binding", "internal/v8_prof_polyfill",
147
"internal/v8_prof_processor",
148
#if !_WIN32
149
- "internal/code_integrity", // Only implemented on Windows
+ "internal/code_integrity", // Only implemented on Windows
150
#endif
151
};
152
0 commit comments