Skip to content

Commit 58bdc6f

Browse files
Update packages/plugin-eslint/src/lib/runner/utils.ts
Co-authored-by: Matěj Chalk <[email protected]>
1 parent cd34ac4 commit 58bdc6f

File tree

1 file changed

+0
-5
lines changed
  • packages/plugin-eslint/src/lib/runner

1 file changed

+0
-5
lines changed

packages/plugin-eslint/src/lib/runner/utils.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ export async function loadArtifacts(
1313
? { command: artifacts.generateArtifactsCommand }
1414
: artifacts.generateArtifactsCommand;
1515

16-
const commandString =
17-
typeof artifacts.generateArtifactsCommand === 'string'
18-
? artifacts.generateArtifactsCommand
19-
: `${command} ${args.join(' ')}`;
20-
await ui().logger.log(`$ ${commandString}`);
2116
await executeProcess({
2217
command,
2318
args,

0 commit comments

Comments
 (0)