Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
this line were throwing a referrence error when the update function wasnt successful
  • Loading branch information
fczuardi committed Feb 23, 2015
1 parent a03da8a commit fd61cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/background.nw.js
Expand Up @@ -263,7 +263,7 @@ function init() {
try {
update();
} catch (e) {
lo("Error", e.message);
log("Error", e.message);
}

function update() {
Expand Down

0 comments on commit fd61cd5

Please sign in to comment.