Skip to content

Commit 2bef879

Browse files
committed
Improve logging for Go autobuild
1 parent 1f63aba commit 2bef879

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

lib/analyze-action.js

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

lib/analyze-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/analyze-action.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ async function runAutobuildIfLegacyGoWorkflow(config: Config, logger: Logger) {
165165
}
166166
return;
167167
}
168+
logger.debug(
169+
"Run Go autobuild because extraction output (TRAP files) for Go code has not been found.",
170+
);
168171
await runAutobuild(Language.go, config, logger);
169172
}
170173

0 commit comments

Comments
 (0)