log output 3
This commit is contained in:
parent
19dc767072
commit
fef9307281
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue