mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Include CLI output in JSON error
This commit is contained in:
@@ -720,7 +720,7 @@ export async function getCodeQLForCmd(
|
||||
return JSON.parse(output);
|
||||
} catch (e) {
|
||||
throw new Error(
|
||||
`Unexpected output from codeql resolve build-environment: ${e}`
|
||||
`Unexpected output from codeql resolve build-environment: ${e} in\n${output}`
|
||||
);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user