Skip to content

Commit

Permalink
fixup! src: stop copying code cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kvakil committed Apr 10, 2023
1 parent a286b91 commit eb99a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@ struct IsolateSettings {
// feature during the build step by passing the --disable-shared-readonly-heap
// flag to the configure script.
//
// The snapshot *must* be kept alive during the execution of the environment /
// isolate that it is derived from.
// The snapshot *must* be kept alive during the execution of the Isolate
// that was created using it.
//
// Snapshots are an *experimental* feature. In particular, the embedder API
// exposed through this class is subject to change or removal between Node.js
Expand Down

0 comments on commit eb99a86

Please sign in to comment.