()
| 46 | } |
| 47 | |
| 48 | export async function disposeAllInstances() { |
| 49 | await InstanceRuntime.disposeAllInstances() |
| 50 | } |
| 51 | |
| 52 | // Strip null bytes from paths (defensive fix for CI environment issues) |
| 53 | function sanitizePath(p: string): string { |
no outgoing calls