improved error loggin and updated imports to fix build failure
This commit is contained in:
+2
-10
@@ -149,17 +149,9 @@ export const createContainer = async (containerName) => {
|
||||
.then((data) => {
|
||||
return data;
|
||||
})
|
||||
.catch((err) => {
|
||||
console.log("has error", err);
|
||||
.catch((error) => {
|
||||
consoleLogger(error);
|
||||
});
|
||||
|
||||
//console.log(
|
||||
// "\n//////////////////\n container name :",
|
||||
// containerName,
|
||||
// "\n//////////////////\n"
|
||||
// );
|
||||
|
||||
console.log(createContainerResponse);
|
||||
return createContainerResponse;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user