Skip to content

Commit

Permalink
fix: upload logs
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey authored and 3y3 committed Sep 6, 2024
1 parent 8c8b44e commit 9ad49e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/publish/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class Run {
});

this.logger = new Logger(config, [
(message) => message.replace(new RegExp(this.root, 'ig'), ''),
(level, message) => message.replace(new RegExp(this.root, 'ig'), ''),
]);
}

Expand Down

0 comments on commit 9ad49e8

Please sign in to comment.