File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,11 +229,11 @@ APIs for more information.
229229### Startup snapshot support
230230
231231The `useSnapshot` field can be used to enable startup snapshot support. In this
232- case the `main` script would not be when the final executable is launched.
232+ case, the `main` script would not be executed when the final executable is launched.
233233Instead, it would be run when the single executable application preparation
234234blob is generated on the building machine. The generated preparation blob would
235235then include a snapshot capturing the states initialized by the `main` script.
236- The final executable with the preparation blob injected would deserialize
236+ The final executable, with the preparation blob injected, would deserialize
237237the snapshot at run time.
238238
239239When `useSnapshot` is true, the main script must invoke the
You can’t perform that action at this time.
0 commit comments