Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3ddb6cc

Browse filesBrowse files
bnoordhuisdanielleadams
authored andcommitted
doc: be more definite and present tense-y
PR-URL: #45120 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent b09c386 commit 3ddb6cc
Copy full SHA for 3ddb6cc

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+5-5Lines changed: 5 additions & 5 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1178,12 +1178,11 @@ added: v18.8.0
11781178
> Stability: 1 - Experimental
11791179
11801180
When 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

11851184
When 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

11881187
When loading a snapshot, Node.js checks that:
11891188

@@ -1192,7 +1191,8 @@ When loading a snapshot, Node.js checks that:
11921191
2. 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.