mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 12:49:06 +08:00
add logging
This commit is contained in:
parent
aa1d992d0e
commit
6991442d16
@ -393,8 +393,11 @@ describe('@actions/exec', () => {
|
|||||||
const args = ['-c', `node '${scriptPath}' 'file=${semaphorePath}' &`]
|
const args = ['-c', `node '${scriptPath}' 'file=${semaphorePath}' &`]
|
||||||
|
|
||||||
exitCode = await exec.exec(`"${toolName}"`, args, _testExecOptions)
|
exitCode = await exec.exec(`"${toolName}"`, args, _testExecOptions)
|
||||||
|
/* eslint-disable-next-line no-console */
|
||||||
console.log(toolName)
|
console.log(toolName)
|
||||||
|
/* eslint-disable-next-line no-console */
|
||||||
console.log(exitCode)
|
console.log(exitCode)
|
||||||
|
/* eslint-disable-next-line no-console */
|
||||||
console.log(debugList)
|
console.log(debugList)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user