mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Dump logs to stdout instead of stderr to avoid synchronization problems.
This commit is contained in:
@@ -136,7 +136,7 @@ async function run() {
|
||||
core.startGroup(
|
||||
`CodeQL Debug Logs - ${language} - ${entry.name}`
|
||||
);
|
||||
process.stderr.write(
|
||||
process.stdout.write(
|
||||
fs.readFileSync(path.resolve(dir, entry.name))
|
||||
);
|
||||
core.endGroup();
|
||||
|
||||
Reference in New Issue
Block a user