Skip to content

Commit 33cff40

Browse files
danbevcodebytere
authored andcommitted
src: remove ref to tools/generate_code_cache.js
This commit removes the reference to tools/generate_code_cache.js and replaces it with a note about more information being available in tools/code_cache/README.md. PR-URL: #33825 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: David Carlier <[email protected]>
1 parent dfa0ee1 commit 33cff40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/node_code_cache_stub.cc

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55
#include "node_native_module_env.h"
66

7-
// This is supposed to be generated by tools/generate_code_cache.js
8-
// The stub here is used when configure is run without `--code-cache-path`
7+
// The stub here is used when configure is run without `--code-cache-path`.
8+
// When --code-cache-path is set this stub will not be used and instead
9+
// an implementation will be generated. See tools/code_cache/README.md for
10+
// more information.
911

1012
namespace node {
1113
namespace native_module {

0 commit comments

Comments
 (0)