Skip to content

Commit 35241e7

Browse files
Merge branch 'pre_prod' of github.com:browserstack/browserstack-cypress-cli into ats_fixes
2 parents 33fb7d4 + 8ced5aa commit 35241e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/usageReporting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ async function send(args) {
350350
};
351351
fileLogger.info(`${JSON.stringify(result)}`);
352352
} catch (error) {
353-
fileLogger.error(JSON.stringify(error.response));
353+
fileLogger.error(JSON.stringify(error.response.data));
354354
return;
355355
}
356356
}

0 commit comments

Comments
 (0)