From acfe76ed36ed5b1cd7b5c6f40323c355bdce4c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Wed, 20 Apr 2022 12:36:47 +0800 Subject: [PATCH] fix: logging error (#2426) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: François Rullière --- packages/libs/aws-common/src/awsPlatformClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/libs/aws-common/src/awsPlatformClient.ts b/packages/libs/aws-common/src/awsPlatformClient.ts index ee5e8ed14d..e64b6dbe42 100644 --- a/packages/libs/aws-common/src/awsPlatformClient.ts +++ b/packages/libs/aws-common/src/awsPlatformClient.ts @@ -62,7 +62,7 @@ export class AwsPlatformClient implements PlatformClient { console.info( "Got error response from S3. Will default to returning empty response. Error: " + - JSON.stringify(e) + e ); return { body: undefined,