Skip to content

Commit

Permalink
src: remove ref to tools/generate_code_cache.js
Browse files Browse the repository at this point in the history
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 <riclau@uk.ibm.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
  • Loading branch information
danbev committed Jun 15, 2020
1 parent 74d8011 commit 5959ae3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/node_code_cache_stub.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5959ae3

Please sign in to comment.