Skip to content

Commit

Permalink
Merge pull request #1341 from intuit/logs
Browse files Browse the repository at this point in the history
log full error
  • Loading branch information
hipstersmoothie authored Jul 2, 2020
2 parents 99ef92e + 2e2a82e commit f13eb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export async function run(command: string, args: ApiOptions) {
You can check the permission for you token by running "auto info".
`);
console.log("");
auto.logger.verbose.error(error.request);
auto.logger.verbose.error(error);
} else {
console.log(error);
}
Expand Down

0 comments on commit f13eb0b

Please sign in to comment.