Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit acfe76e

Browse files
EdweisFrançois Rullière
and
François Rullière
authored
fix: logging error (#2426)
Co-authored-by: François Rullière <[email protected]>
1 parent 1baa444 commit acfe76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/libs/aws-common/src/awsPlatformClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class AwsPlatformClient implements PlatformClient {
6262

6363
console.info(
6464
"Got error response from S3. Will default to returning empty response. Error: " +
65-
JSON.stringify(e)
65+
e
6666
);
6767
return {
6868
body: undefined,

0 commit comments

Comments
 (0)