Skip to content

Commit de1ec59

Browse files
committed
wip: debug
1 parent e81ab26 commit de1ec59

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

dist/post_run/index.js

Lines changed: 2 additions & 1 deletion
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 & 1 deletion
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ async function getConfigPath(binPath: string, userArgsMap: Map<string, string>,
191191
try {
192192
const resPath = await execShellCommand(cmdConfigPath, cmdArgs)
193193
return resPath.stdout.trim()
194-
} catch {
194+
} catch (exc) {
195+
printOutput(exc)
195196
return ``
196197
}
197198
}

0 commit comments

Comments
 (0)