1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2025-01-15 12:36:44 +01:00

Update logging

This commit is contained in:
Alan Grainger 2024-10-30 17:59:14 +01:00
parent 0e9a8ff764
commit 43612fa89f
3 changed files with 11 additions and 2 deletions

6
dist/immich.js vendored

File diff suppressed because one or more lines are too long

4
dist/index.js vendored

File diff suppressed because one or more lines are too long

View file

@ -20,6 +20,9 @@ class Immich {
} else {
return res
}
} else {
log('Immich API status ' + res.status)
console.log(await res.text())
}
}