Skip to content

Commit f29bb0b

Browse files
brunoborgesCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a2081b9 commit f29bb0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/distributions/kona/installer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export class KonaDistribution extends JavaBase {
9999

100100
if (core.isDebug()) {
101101
core.startGroup('Print information about available releases');
102+
console.timeEnd('Retrieving available releases for Kona took'); // eslint-disable-line no-console
102103
core.debug(availableReleases.map(item => item.version).join(', '));
103104
core.endGroup();
104105
}

0 commit comments

Comments
 (0)