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 cd34ac4 commit 58bdc6fCopy full SHA for 58bdc6f
packages/plugin-eslint/src/lib/runner/utils.ts
@@ -13,11 +13,6 @@ export async function loadArtifacts(
13
? { command: artifacts.generateArtifactsCommand }
14
: artifacts.generateArtifactsCommand;
15
16
- const commandString =
17
- typeof artifacts.generateArtifactsCommand === 'string'
18
- ? artifacts.generateArtifactsCommand
19
- : `${command} ${args.join(' ')}`;
20
- await ui().logger.log(`$ ${commandString}`);
21
await executeProcess({
22
command,
23
args,
0 commit comments