Skip to content

Commit

Permalink
Merge pull request #1604 from contentstack/fix/sre-issue
Browse files Browse the repository at this point in the history
fix: sre issue
  • Loading branch information
aman19K authored Oct 4, 2024
2 parents c63ccbe + 42d2afe commit bfe4117
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Empty file.
1 change: 1 addition & 0 deletions packages/contentstack-launch/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/contentstack-variants/src/utils/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ let errorTransport;

function init(_logPath: string, module: string) {
if (!logger || !errorLogger) {
const logsDir = path.resolve(sanitizePath(_logPath), 'logs', module);
const logsDir = path.resolve(sanitizePath(_logPath), 'logs', sanitizePath(module));
// Create dir if doesn't already exist
mkdirp.sync(logsDir);

Expand Down
1 change: 1 addition & 0 deletions packages/contentstack-variants/tsconfig.tsbuildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"root":["./src/index.ts"],"version":"5.6.2"}

0 comments on commit bfe4117

Please sign in to comment.