Stringify output

This commit is contained in:
Chocobozzz 2021-02-08 15:16:03 +01:00
parent 8d1f197f9c
commit 66be570029
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ async function run () {
forkCount: repoStats.repository.forkCount forkCount: repoStats.repository.forkCount
} }
console.log(result) console.log(JSON.stringify(result))
} }
run() run()