(1.0.15) bump
This commit is contained in:
5
dist/index.cjs.js
vendored
5
dist/index.cjs.js
vendored
@@ -240,7 +240,10 @@ 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);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
5
dist/index.es.js
vendored
5
dist/index.es.js
vendored
@@ -238,7 +238,10 @@ 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);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "updaterweblibrary",
|
"name": "updaterweblibrary",
|
||||||
"version": "1.0.14",
|
"version": "1.0.15",
|
||||||
"description": "OTA Updater App frontend library",
|
"description": "OTA Updater App frontend library",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user