Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Nov 22, 2019
1 parent 8f65309 commit 6bf628b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function installStep(step) {
resolve();
}, 1000);
})
.catch((error) => {
.catch(error => {
utils.log.error("download error: " + error);
mainEvent.emit("user:no-network");
});
Expand Down

0 comments on commit 6bf628b

Please sign in to comment.