mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-31 02:37:16 +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