()
| 42 | } |
| 43 | |
| 44 | function defaultDeps(): RuntimeHostProjectCommandDeps { |
| 45 | return { |
| 46 | connect: connectLocalOwner, |
| 47 | write: (value) => process.stdout.write(value), |
| 48 | }; |
| 49 | } |
| 50 | |
| 51 | async function connectLocalOwner(rootPath: string): Promise<RuntimeHostConnection> { |
| 52 | const result = await connectExistingRuntimeHost({ |
no test coverage detected