| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent dfa0ee1 commit 33cff40
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,8 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | 5 | #include "node_native_module_env.h" | |
| 6 | 6 | ||
| 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. | ||
| 9 | 11 | ||
| 10 | 12 | namespace node { | |
| 11 | 13 | namespace native_module { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments