Comparing version 5.0.9 to 5.0.10
@@ -429,3 +429,3 @@ 'use strict'; | ||
let res = command.handler(input, flags); | ||
if (res.then) { | ||
if (res && res.then) { | ||
res.then(() => { | ||
@@ -432,0 +432,0 @@ this.emit('executed', command, input, flags); |
{ | ||
"name": "cac", | ||
"version": "5.0.9", | ||
"version": "5.0.10", | ||
"description": "Command-line queen.", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32147