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