chore: Cleanup
parent
7748ca0d43
commit
a08b2a2f01
|
@ -167,10 +167,7 @@ module.exports = () => ({
|
|||
onSuccess(`${type}.${name}`);
|
||||
}
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
// if (onSuccess) {
|
||||
// onSuccess(name);
|
||||
// }
|
||||
throw new Error(e);
|
||||
}
|
||||
}));
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue