communicate error
This commit is contained in:
@@ -282,7 +282,9 @@ export default class Updater {
|
|||||||
progressCallback(`Error on remote`);
|
progressCallback(`Error on remote`);
|
||||||
reject("Error: command does not exist");
|
reject("Error: command does not exist");
|
||||||
}
|
}
|
||||||
}, () => { reject("Error: Failed to start notify"); });
|
}, (error) => { reject("Error: Failed to start notify");
|
||||||
|
console.error(error);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user