log output 3

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

View File

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