Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Sep 6, 2020
1 parent 128c9c5 commit a13a571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/command/doctor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { errorHandler } from '../utils/error-helper';
type OnComplete = Parameters<typeof check>[1];
type CheckInfo = Parameters<OnComplete>[1];

class DoctorCommand extends Command {ssss
class DoctorCommand extends Command {
constructor(rawArgv?: string[]) {
super(rawArgv);
this.usage = '使用方法: surgio doctor';
Expand Down

0 comments on commit a13a571

Please sign in to comment.