mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-14 16:54:07 +07:00
Fix Xdebug coverage
This commit is contained in:
@ -34,7 +34,7 @@ export async function addCoverageXdebug(
|
||||
return '\n' + xdebug + '\n' + ini + '\n' + log;
|
||||
case /^xdebug$/.test(extension):
|
||||
default:
|
||||
return '\n' + xdebug + '\n' + log;
|
||||
return xdebug + '\n' + log;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user