(state: BackState)
| 2708 | } |
| 2709 | |
| 2710 | function runAddAppFactory(state: BackState) { |
| 2711 | return (launchInfo: LaunchInfo): ManagedChildProcess => { |
| 2712 | const id = uuid(); |
| 2713 | return runGameService(state, launchInfo, `add-app.${id}`, `Add App ${id}`); |
| 2714 | }; |
| 2715 | } |
| 2716 | |
| 2717 | /** |
| 2718 | * Creates a function that will run any game launch info given to it and register it as a service |
no test coverage detected