Fix typo
This commit is contained in:
parent
6eee43df9b
commit
a4bd1aaa7b
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user