fix format

This commit is contained in:
Thomas Boop 2022-09-22 09:52:36 -04:00
parent 5b90157acc
commit 0802949ecc

View File

@ -116,7 +116,8 @@ export class DotnetCoreInstaller {
}
// process.env must be explicitly passed in for DOTNET_INSTALL_DIR to be used
const powershellPath = await io.which('pwsh', false) || await io.which('powershell', true);
const powershellPath =
(await io.which('pwsh', false)) || (await io.which('powershell', true));
var options: ExecOptions = {
listeners: {