Skip to content

Commit

Permalink
fix(cli): remove chai ref in doctor cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ Higgins committed Jul 20, 2022
1 parent 41ceb43 commit 569b2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/doctor.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Flags } from '@oclif/core';
import { util } from 'chai';
import chalk from 'chalk';
import * as fs from 'fs';
import inquirer from 'inquirer';
import util from 'util';
import BaseCommand from '../base-command';

interface DOCTOR_INPUT_PROPERTIES {
Expand Down

0 comments on commit 569b2fe

Please sign in to comment.