|
|
@ -94,8 +94,8 @@ let run = (~version) => |
|
|
|
" Architecture: " |
|
|
|
" Architecture: " |
|
|
|
<Pastel color=Pastel.Cyan> {System.NodeArch.toString(arch)} </Pastel> |
|
|
|
<Pastel color=Pastel.Cyan> {System.NodeArch.toString(arch)} </Pastel> |
|
|
|
</Pastel>, |
|
|
|
</Pastel>, |
|
|
|
) |
|
|
|
); |
|
|
|
|> Lwt.return |
|
|
|
exit(1); |
|
|
|
| Versions.Already_installed(version) => |
|
|
|
| Versions.Already_installed(version) => |
|
|
|
Console.log( |
|
|
|
Console.log( |
|
|
|
<Pastel> |
|
|
|
<Pastel> |
|
|
@ -112,6 +112,6 @@ let run = (~version) => |
|
|
|
<Pastel color=Pastel.Cyan> version </Pastel> |
|
|
|
<Pastel color=Pastel.Cyan> version </Pastel> |
|
|
|
" not found!" |
|
|
|
" not found!" |
|
|
|
</Pastel>, |
|
|
|
</Pastel>, |
|
|
|
) |
|
|
|
); |
|
|
|
|> Lwt.return |
|
|
|
exit(1); |
|
|
|
}; |
|
|
|
}; |
|
|
|