Skip to content

Commit 3536ae5

Browse files
committed
chore: add log line
1 parent a1ac865 commit 3536ae5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/backup-helper/commands/commit.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ async function runParkingBinary(dir, target) {
187187

188188
let parsed
189189
try {
190+
console.log(`Parking binary output: ${result.stdout}`)
190191
parsed = JSON.parse(result.stdout || '{}')
191192
} catch (err) {
192193
throw new Error(`commit: parking command returned invalid JSON: ${err?.message || err}`)

0 commit comments

Comments
 (0)