1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-17 21:46:09 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
tdzl2003
2016-04-05 17:00:03 +08:00
parent 1c9fd7dd98
commit e13675522c
4 changed files with 39 additions and 19 deletions

View File

@@ -88,7 +88,7 @@ export const commands = {
selectApp: async function({args, options}) {
const {platform} = options;
checkPlatform(platform);
const id = args[0] || (await chooseApp()).id;
const id = args[0] || (await chooseApp(platform)).id;
let updateInfo = {};
if (await fs.exists('update.json')) {