Skip to content

Commit eb99a86

Browse files
committed
fixup! src: stop copying code cache
1 parent a286b91 commit eb99a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,8 @@ struct IsolateSettings {
505505
// feature during the build step by passing the --disable-shared-readonly-heap
506506
// flag to the configure script.
507507
//
508-
// The snapshot *must* be kept alive during the execution of the environment /
509-
// isolate that it is derived from.
508+
// The snapshot *must* be kept alive during the execution of the Isolate
509+
// that was created using it.
510510
//
511511
// Snapshots are an *experimental* feature. In particular, the embedder API
512512
// exposed through this class is subject to change or removal between Node.js

0 commit comments

Comments
 (0)