File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1178,12 +1178,11 @@ added: v18.8.0
11781178> Stability: 1 - Experimental
11791179
11801180When used with ` --build-snapshot ` , ` --snapshot-blob ` specifies the path
1181- where the generated snapshot blob will be written to. If not specified,
1182- the generated blob will be written, by default, to ` snapshot.blob `
1183- in the current working directory.
1181+ where the generated snapshot blob is written to. If not specified, the
1182+ generated blob is written to ` snapshot.blob ` in the current working directory.
11841183
11851184When used without ` --build-snapshot ` , ` --snapshot-blob ` specifies the
1186- path to the blob that will be used to restore the application state.
1185+ path to the blob that is used to restore the application state.
11871186
11881187When loading a snapshot, Node.js checks that:
11891188
@@ -1192,7 +1191,8 @@ When loading a snapshot, Node.js checks that:
119211912 . The V8 flags and CPU features are compatible with that of the binary
11931192 that generates the snapshot.
11941193
1195- If they don't match, Node.js would refuse to load the snapshot and exit with 1.
1194+ If they don't match, Node.js refuses to load the snapshot and exits with
1195+ status code 1.
11961196
11971197### ` --test `
11981198
You can’t perform that action at this time.
0 commit comments