Minor example updates

This commit is contained in:
Rob Moran
2018-01-07 21:09:39 +00:00
parent 93fb9c13ca
commit d7f397b2fd
2 changed files with 13 additions and 13 deletions

View File

@@ -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 => {