chore: clearer succcess message
This commit is contained in:
@@ -12,9 +12,9 @@ const minioClient = new Client({
|
|||||||
minioClient.bucketExists('maxun-test')
|
minioClient.bucketExists('maxun-test')
|
||||||
.then((exists) => {
|
.then((exists) => {
|
||||||
if (exists) {
|
if (exists) {
|
||||||
console.log('MinIO was connected successfully.');
|
console.log('MinIO connected successfully.');
|
||||||
} else {
|
} else {
|
||||||
console.log('MinIO was connected.');
|
console.log('MinIO connected successfully.');
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user