(runtimeRoot: string)
| 132 | } |
| 133 | |
| 134 | function runtimeAssetsReady(runtimeRoot: string): boolean { |
| 135 | return areToolsUnpacked(join(runtimeRoot, 'tools', 'unpacked')) && isTunwgReady(runtimeRoot); |
| 136 | } |
| 137 | |
| 138 | export async function ensureRuntimeAssets(): Promise<void> { |
| 139 | if (!isBunCompiled()) { |
no test coverage detected