Skip to content

Commit f6fe8a3

Browse files
committed
wip: debug
1 parent 997bc80 commit f6fe8a3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ async function getConfigPath(binPath: string, userArgsMap: Map<string, string>,
192192

193193
try {
194194
const resPath = await execShellCommand(cmdConfigPath, cmdArgs)
195+
printOutput(resPath)
195196
return resPath.stdout.trim()
196197
} catch (exc) {
197198
printOutput(exc)

0 commit comments

Comments
 (0)