mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-08 06:55:16 +08:00
Done with pushy bundle
This commit is contained in:
@@ -39,7 +39,9 @@ exports.run = function () {
|
||||
|
||||
loadSession()
|
||||
.then(()=>commands[argv.command](argv))
|
||||
.catch(err=>{setTimeout(()=>{
|
||||
throw err;
|
||||
})});
|
||||
.catch(err=>{
|
||||
setTimeout(()=>{
|
||||
throw err;
|
||||
});
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user