fix(xo-cli): remove incorrect change

This commit is contained in:
Julien Fontanet 2017-10-05 20:47:47 +02:00
parent 92e33efc04
commit 7f6386dd8c

View File

@ -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)
}