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 aa0a3ff commit 0353b52Copy full SHA for 0353b52
src/node_builtins.cc
@@ -151,7 +151,7 @@ BuiltinLoader::BuiltinCategories BuiltinLoader::GetBuiltinCategories() const {
151
"internal/test/binding", "internal/v8_prof_polyfill",
152
"internal/v8_prof_processor",
153
#if !_WIN32
154
- "internal/code_integrity", // Only implemented on Windows
+ "internal/code_integrity", // Only implemented on Windows
155
#endif
156
};
157
0 commit comments