mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-21 12:33:34 +02:00
Update console logs
This commit is contained in:
parent
7b55d52c11
commit
35db296c1f
@ -21,7 +21,6 @@ const ensureUrl = (url) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const transformOpenapiRequestItem = (request) => {
|
const transformOpenapiRequestItem = (request) => {
|
||||||
console.log(request);
|
|
||||||
let _operationObject = request.operationObject;
|
let _operationObject = request.operationObject;
|
||||||
const brunoRequestItem = {
|
const brunoRequestItem = {
|
||||||
uid: uuid(),
|
uid: uuid(),
|
||||||
@ -337,7 +336,7 @@ const importCollection = () => {
|
|||||||
.then(validateSchema)
|
.then(validateSchema)
|
||||||
.then((collection) => resolve(collection))
|
.then((collection) => resolve(collection))
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
console.log(err);
|
console.error(err);
|
||||||
reject(new BrunoError('Import collection failed: ' + err.message));
|
reject(new BrunoError('Import collection failed: ' + err.message));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user