-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
electron: always fork except if
--no-cluster
The generated application code is not forking the backend when working from sources. Running the backend in the Electron main process was only meant to help with debugging. This commit makes the generated code fork the backend unless a `--no-cluster` flag is specified. If you want the generated code to not fork the backend in a sub-process, you can either pass a `--no-cluster` flag to your application, or set `THEIA_ELECTRON_NO_BACKEND_FORK=1` environment variable. Signed-off-by: Paul Maréchal <paul.marechal@ericsson.com>
- Loading branch information
1 parent
5b6afb4
commit 492db2b
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters