mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(menu) uploadTo: when error - do nothing, everything already done
This commit is contained in:
parent
11c6ccb025
commit
4662bd7312
1 changed files with 3 additions and 0 deletions
|
|
@ -236,6 +236,9 @@ function MenuProto(position) {
|
|||
|
||||
function uploadTo(nameModule) {
|
||||
Info.getData((error, data) => {
|
||||
if (error)
|
||||
return;
|
||||
|
||||
const name = Info.name;
|
||||
const execFrom = CloudCmd.execFromModule;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue