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 d8deb4f commit 0b5ae59Copy full SHA for 0b5ae59
redisinsight/api/src/modules/custom-tutorial/providers/custom-tutorial.fs.provider.ts
@@ -79,7 +79,7 @@ export class CustomTutorialFsProvider {
79
80
return this.unzipToTmpFolder(new AdmZip(data));
81
} catch (e) {
82
- this.logger.error('Unable to fetch zip file from external source', e);
+ this.logger.error('Unable to fetch zip file from external source');
83
throw wrapHttpError(e, ERROR_MESSAGES.CUSTOM_TUTORIAL_UNABLE_TO_FETCH_FROM_EXTERNAL);
84
}
85
0 commit comments