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(); await runiOS();
break; break;
default: default:
throw new Error("Donnot support " + platform); throw new Error("Do not support " + platform);
} }
} }