mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-15 05:28:12 +08:00
Minor example updates
This commit is contained in:
@@ -188,7 +188,7 @@ function update() {
|
||||
if (image) return updateFirmware(dfu, device, image);
|
||||
})
|
||||
.then(() => {
|
||||
console.log("Update complete!");
|
||||
console.log("Update complete");
|
||||
process.exit();
|
||||
})
|
||||
.catch(error => {
|
||||
|
||||
Reference in New Issue
Block a user