This commit is contained in:
pengfeizhou 2021-02-26 18:33:58 +08:00 committed by osborn
parent 6eee43df9b
commit a4bd1aaa7b

View File

@ -14,7 +14,7 @@ export async function run(platform: string) {
await runiOS();
break;
default:
throw new Error("Donnot support " + platform);
throw new Error("Do not support " + platform);
}
}