debug
This commit is contained in:
Vendored
+1
-1
@@ -62267,7 +62267,7 @@ try {
|
|||||||
|
|
||||||
const destinations = prepareDestinations(targetRegistries, tags);
|
const destinations = prepareDestinations(targetRegistries, tags);
|
||||||
if (debug) {
|
if (debug) {
|
||||||
console.log('destinations:', JSON.stringify(tags, null, 2));
|
console.log('destinations:', JSON.stringify(destinations, null, 2));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
|
|||||||
+1
-1
@@ -37,7 +37,7 @@ try {
|
|||||||
|
|
||||||
const destinations = prepareDestinations(targetRegistries, tags);
|
const destinations = prepareDestinations(targetRegistries, tags);
|
||||||
if (debug) {
|
if (debug) {
|
||||||
console.log('destinations:', JSON.stringify(tags, null, 2));
|
console.log('destinations:', JSON.stringify(destinations, null, 2));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user