cleared build warnings and format console message

This commit is contained in:
2022-10-18 11:52:55 +01:00
parent 748ecec313
commit 6be6a02101
3 changed files with 10 additions and 26 deletions
+9 -3
View File
@@ -40,7 +40,11 @@ export const createContainer = async (containerName) => {
// console.log(`- ${container.name}`);
// }
console.log("\n//////////////////\n container name :", containerName);
console.log(
"\n//////////////////\n container name :",
containerName,
"\n//////////////////\n"
);
return containerName;
};
@@ -271,7 +275,9 @@ export const downloadAllProgressFiles = async (
progressBlobObj
) => {
console.log(
"/////////////////////////\n downloading files: " + progressBlobObj
"/////////////////////////\n downloading files: " +
progressBlobObj +
"\n/////////////////////////\n"
);
const creds = new DefaultAzureCredential();
@@ -495,7 +501,7 @@ export const getAllProgressBlobs = async (containerName) => {
});
}
console.log("blobObj:", blobObj);
//console.log("blobObj:", blobObj);
return blobObj;
};