We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19783a commit 4986e9bCopy full SHA for 4986e9b
lib/logic/api/helper.js
@@ -40,7 +40,7 @@ const sendHttpRequest = async (httpOptions, authContext, throwOnUnauthorized) =>
40
});
41
42
if (!throwOnUnauthorized) {
43
- printError();
+ printError(error);
44
process.exit(1);
45
} else {
46
throw error;
0 commit comments