Skip to content

Commit b950dd0

Browse files
committed
wip: debug
1 parent 7f257f6 commit b950dd0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

dist/post_run/index.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/run/index.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/run.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ async function getConfigPath(binPath: string, userArgsMap: Map<string, string>,
195195

196196
try {
197197
const resPath = await execShellCommand(cmdConfigPath, cmdArgs)
198+
core.info(`stdout: ${resPath.stdout}`)
199+
core.info(`stderr: ${resPath.stderr}`)
198200
core.info(`CONFIG PATH: ${resPath.stdout.trim()}`)
199201
return resPath.stdout.trim()
200202
} catch (exc) {

0 commit comments

Comments
 (0)