github-community-projects / private-mirrors

A GitHub App that allows you to contribute upstream using private mirrors of public projects
MIT License
119 stars 12 forks source link

fix: stringify json logging to be single line #168

Closed ajhenry closed 2 months ago

ajhenry commented 2 months ago

Pull Request

Proposed Changes

console.log makes object appear on multiple lines. This adds support for a single line to be picked up by json by using stringify

Readiness Checklist

Author/Contributor

Reviewer