mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 18:51:13 +08:00
Update debug statement to include latest command
This commit is contained in:
parent
0f91c9c203
commit
6ec51745ad
2
packages/cache/src/internal/cacheUtils.ts
vendored
2
packages/cache/src/internal/cacheUtils.ts
vendored
@ -72,10 +72,10 @@ export async function unlinkFile(filePath: fs.PathLike): Promise<void> {
|
||||
}
|
||||
|
||||
async function getVersion(app: string, args?: string[]): Promise<string> {
|
||||
core.debug(`Checking ${app} --version`)
|
||||
let versionOutput = ''
|
||||
typeof args !== 'undefined' ? args : (args = [])
|
||||
args.push('--version')
|
||||
core.debug(`Checking ${app} ${args.join(' ')}`)
|
||||
try {
|
||||
await exec.exec(`${app}`, args, {
|
||||
ignoreReturnCode: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user