1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-08 06:55:16 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Done with pushy bundle

This commit is contained in:
tdzl2003
2016-02-23 13:17:46 +08:00
parent 56495062c4
commit 8408354320
3 changed files with 57 additions and 15 deletions

View File

@@ -39,7 +39,9 @@ exports.run = function () {
loadSession()
.then(()=>commands[argv.command](argv))
.catch(err=>{setTimeout(()=>{
throw err;
})});
.catch(err=>{
setTimeout(()=>{
throw err;
});
});
};