log output 2

This commit is contained in:
plondon 2021-10-23 11:08:19 -04:00
parent 40883a22f5
commit 19dc767072
1 changed files with 1 additions and 1 deletions

View File

@ -580,8 +580,8 @@ async function getImageHash(tag) {
try {
return JSON.parse(output)[0].Config.Labels["riju.image-hash"];
} catch (e) {
console.log('PARSE FAIL');
console.log(output[0])
console.log('PARSE FAIL', e);
}
}