File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1186,12 +1186,11 @@ added: v18.8.0
1186
1186
> Stability: 1 - Experimental
1187
1187
1188
1188
When used with ` --build-snapshot ` , ` --snapshot-blob ` specifies the path
1189
- where the generated snapshot blob will be written to. If not specified,
1190
- the generated blob will be written, by default, to ` snapshot.blob `
1191
- in the current working directory.
1189
+ where the generated snapshot blob is written to. If not specified, the
1190
+ generated blob is written to ` snapshot.blob ` in the current working directory.
1192
1191
1193
1192
When used without ` --build-snapshot ` , ` --snapshot-blob ` specifies the
1194
- path to the blob that will be used to restore the application state.
1193
+ path to the blob that is used to restore the application state.
1195
1194
1196
1195
When loading a snapshot, Node.js checks that:
1197
1196
@@ -1200,7 +1199,8 @@ When loading a snapshot, Node.js checks that:
1200
1199
2 . The V8 flags and CPU features are compatible with that of the binary
1201
1200
that generates the snapshot.
1202
1201
1203
- If they don't match, Node.js would refuse to load the snapshot and exit with 1.
1202
+ If they don't match, Node.js refuses to load the snapshot and exits with
1203
+ status code 1.
1204
1204
1205
1205
### ` --test `
1206
1206
You can’t perform that action at this time.
0 commit comments