diff --git a/src/node_code_cache_stub.cc b/src/node_code_cache_stub.cc index 2468933cfd11a1..9d9901738f63b0 100644 --- a/src/node_code_cache_stub.cc +++ b/src/node_code_cache_stub.cc @@ -4,8 +4,10 @@ #include "node_native_module_env.h" -// This is supposed to be generated by tools/generate_code_cache.js -// The stub here is used when configure is run without `--code-cache-path` +// The stub here is used when configure is run without `--code-cache-path`. +// When --code-cache-path is set this stub will not be used and instead +// an implementation will be generated. See tools/code_cache/README.md for +// more information. namespace node { namespace native_module {