fix(xo-cli): remove incorrect change
This commit is contained in:
parent
92e33efc04
commit
7f6386dd8c
@ -413,9 +413,5 @@ exports.call = call
|
||||
// ===================================================================
|
||||
|
||||
if (!module.parent) {
|
||||
require('exec-promise')(function () {
|
||||
return exports.apply(this, arguments).catch(error => {
|
||||
console.log('%j', error)
|
||||
})
|
||||
})
|
||||
require('exec-promise')(exports)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user