Skip to content

Commit

Permalink
Debug log better
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed Aug 19, 2024
1 parent 0dd973e commit 47373b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/scripts/GetRepoInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const repo_list = await octokit.request(
);

const repos = yaml.load(repo_list);
console.log(repos)
console.log(`${repos}`)

const overview = {
Repos: {},
Expand Down

0 comments on commit 47373b5

Please sign in to comment.