mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-18 01:36:11 +08:00
bugfixes
This commit is contained in:
@@ -32,9 +32,6 @@ exports.run = function () {
|
||||
console.log('Not loggined.\nRun `pushy login` at your project directory to login.');
|
||||
return;
|
||||
}
|
||||
console.log(err.message);
|
||||
setTimeout(()=>{
|
||||
throw err;
|
||||
});
|
||||
console.error(err.message);
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user