)]}'
{
  "commit": "4f48aa4e9fda5f69c367ecf452283a3cc2d6258e",
  "tree": "0e54af28f7197cda45e62f57a8c6b478c2234a6b",
  "parents": [
    "af113e6658d9015a8479365726080dde18e1e395"
  ],
  "author": {
    "name": "Steve Golton",
    "email": "stevegolton@google.com",
    "time": "Tue Apr 07 12:09:52 2026 +0100"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Tue Apr 07 12:09:52 2026 +0100"
  },
  "message": "build.js: Stringify object args passed to tasks to avoid [Object object] in logs (#5395)\n\nAt some point we added an object to the tsc task configuration in\nbuild.js but the logger that prints out the task info to the console\ndidn\u0027t support object serialization - ending up with the following:\n\n```\n[6.947] 84/89\ttsc --project ../../ui [object Object]\n[20.886] 85/89\ttsc --project ../../ui/src/service_worker [object Object]\n[21.324] 86/89\ttsc --project ../../ui --watch --preserveWatchOutput [object Object]\n```\n\nThis patch simply runs args through JSON.stringify() in order to make\nthem readable.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b374c81272ba297d710c47b57e13c3c1ced53614",
      "old_mode": 33188,
      "old_path": "ui/build.js",
      "new_id": "0eae136fb2d8870b20fb869f5d7ae179ce992394",
      "new_mode": 33188,
      "new_path": "ui/build.js"
    }
  ]
}
