@heroku-cli/command
Advanced tools
Comparing version 8.1.6 to 8.1.7
@@ -0,1 +1,9 @@ | ||
<a name="8.1.7"></a> | ||
## [8.1.7](https://github.com/heroku/heroku-cli-command/compare/v8.1.6...v8.1.7) (2018-05-08) | ||
### Bug Fixes | ||
* prettify errors ([6192ae5](https://github.com/heroku/heroku-cli-command/commit/6192ae5)) | ||
<a name="8.1.6"></a> | ||
@@ -2,0 +10,0 @@ ## [8.1.6](https://github.com/heroku/heroku-cli-command/compare/v8.1.5...v8.1.6) (2018-05-08) |
@@ -9,2 +9,3 @@ "use strict"; | ||
const os_1 = require("os"); | ||
const api_client_1 = require("./api_client"); | ||
const vars_1 = require("./vars"); | ||
@@ -71,2 +72,5 @@ const debug = require('debug')('heroku-cli-command'); | ||
} | ||
catch (err) { | ||
throw new api_client_1.HerokuAPIError(err); | ||
} | ||
finally { | ||
@@ -73,0 +77,0 @@ loggedIn = true; |
{ | ||
"name": "@heroku-cli/command", | ||
"description": "base class for Heroku CLI commands", | ||
"version": "8.1.6", | ||
"version": "8.1.7", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/heroku-cli-command/issues", |
48681
1147