From a13a5710bf23814e640937fac1602465153dfe67 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Sun, 6 Sep 2020 18:41:56 +0800 Subject: [PATCH] fix: typo --- lib/command/doctor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/command/doctor.ts b/lib/command/doctor.ts index 70665960d..dace969a8 100644 --- a/lib/command/doctor.ts +++ b/lib/command/doctor.ts @@ -10,7 +10,7 @@ import { errorHandler } from '../utils/error-helper'; type OnComplete = Parameters[1]; type CheckInfo = Parameters[1]; -class DoctorCommand extends Command {ssss +class DoctorCommand extends Command { constructor(rawArgv?: string[]) { super(rawArgv); this.usage = '使用方法: surgio doctor';