@heroku-cli/command
Advanced tools
Comparing version 8.2.2 to 8.2.3
@@ -0,1 +1,8 @@ | ||
## [8.2.3](https://github.com/heroku/heroku-cli-command/compare/v8.2.2...v8.2.3) (2018-11-26) | ||
### Bug Fixes | ||
* always show warning ([b5a5db0](https://github.com/heroku/heroku-cli-command/commit/b5a5db0)) | ||
## [8.2.2](https://github.com/heroku/heroku-cli-command/compare/v8.2.1...v8.2.2) (2018-11-15) | ||
@@ -2,0 +9,0 @@ |
@@ -133,5 +133,4 @@ "use strict"; | ||
}; | ||
const browserTimeout = setTimeout(showUrl, 2000); | ||
cli_ux_1.default.warn(`If browser does not open, visit ${color_1.default.greenBright(url)}`); | ||
const cp = await opn(url, { app: browser, wait: false }); | ||
clearTimeout(browserTimeout); | ||
cp.on('error', err => { | ||
@@ -138,0 +137,0 @@ cli_ux_1.default.warn(err); |
{ | ||
"name": "@heroku-cli/command", | ||
"description": "base class for Heroku CLI commands", | ||
"version": "8.2.2", | ||
"version": "8.2.3", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/heroku-cli-command/issues", |
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
56874
1191