Format code

This commit is contained in:
Vladimir Safonkin 2022-05-03 20:13:49 +02:00
parent 952035a86e
commit 8b32d073c3

View File

@ -198,7 +198,10 @@ export class DotnetCoreInstaller {
}
static enableConsoleColorOutput() {
core.exportVariable('DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION', 'true');
core.exportVariable(
'DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION',
'true'
);
core.exportVariable('TERM', 'xterm');
}