diff --git a/bin/run b/bin/run index 52d706b..66bc8c2 100755 --- a/bin/run +++ b/bin/run @@ -13,5 +13,5 @@ governing permissions and limitations under the License. */ require('../src/').run() - .then(require('@oclif/core/flush')) + .then(() => require('@oclif/core/flush')) .catch(require('@oclif/core/handle'))