We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0114584 commit 61274fbCopy full SHA for 61274fb
1 file changed
src/Composer/Command/ProcessCommand.php
@@ -66,7 +66,7 @@ protected function doExecute(InputInterface $input, OutputInterface $output): in
66
}
67
68
if (DIRECTORY_SEPARATOR !== '\\' && Process::isTtySupported()) {
69
- $process->setTty(true);
+ $process->setTty(true); // @codeCoverageIgnore
70
71
72
$process->start();
0 commit comments