log output

This commit is contained in:
plondon 2021-10-23 11:06:46 -04:00
parent 81d539842b
commit 40883a22f5
1 changed files with 2 additions and 1 deletions

View File

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