diff --git a/index.js b/index.js index 7bce028..1f0c700 100644 --- a/index.js +++ b/index.js @@ -39,7 +39,7 @@ async function run () { forkCount: repoStats.repository.forkCount } - console.log(result) + console.log(JSON.stringify(result)) } run()