Rename autoupdate -> auto_update, remove redundancy
This commit is contained in:
parent
ceaff68d55
commit
8f30e13ec1
2 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@ function onError(error) {
|
|||
console.log("Got an error while updating: ", error.stack);
|
||||
}
|
||||
|
||||
function initializeAutoUpdater() {
|
||||
function initialize() {
|
||||
if (autoUpdateDisabled()) {
|
||||
return;
|
||||
}
|
||||
|
@ -59,5 +59,5 @@ function initializeAutoUpdater() {
|
|||
}
|
||||
|
||||
module.exports = {
|
||||
initializeAutoUpdater
|
||||
initialize
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue