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 2892d15

Browse filesBrowse files
tsabolovaduh95
authored andcommitted
doc: add missing word in single-executable-applications.md
PR-URL: #53864 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent ac08760 commit 2892d15
Copy full SHA for 2892d15

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎doc/api/single-executable-applications.md‎

Copy file name to clipboardExpand all lines: doc/api/single-executable-applications.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,11 @@ See documentation of the [`sea.getAsset()`][], [`sea.getAssetAsBlob()`][],
241241
### Startup snapshot support
242242
243243
The `useSnapshot` field can be used to enable startup snapshot support. In this
244-
case the `main` script would not be when the final executable is launched.
244+
case, the `main` script would not be executed when the final executable is launched.
245245
Instead, it would be run when the single executable application preparation
246246
blob is generated on the building machine. The generated preparation blob would
247247
then include a snapshot capturing the states initialized by the `main` script.
248-
The final executable with the preparation blob injected would deserialize
248+
The final executable, with the preparation blob injected, would deserialize
249249
the snapshot at run time.
250250
251251
When `useSnapshot` is true, the main script must invoke the

0 commit comments

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