Skip to content

Commit

Permalink
Drop unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jul 31, 2022
1 parent 9bd059a commit ce461d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/utils/cli-step.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { getCommand, OptionSpecifier, OptionValues } from './options';
import { exec } from '../../code/lib/cli/src/repro-generators/scripts';

const logger = console;

const cliExecutable = require.resolve('../../code/lib/cli/bin/index.js');

export type CLIStep<TOptions extends OptionSpecifier> = {
Expand Down

0 comments on commit ce461d6

Please sign in to comment.