Skip to content

Commit

Permalink
Show error in install
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed May 4, 2012
1 parent 3f224ba commit 6314853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -75,6 +75,7 @@
setInstalled();
};
pending.onerror = function () {
$('#record').text("Error: " + this.error + "\n name: " + (this.error && this.error.name));
if (this.error == 'DENIED' || this.error.name == 'DENIED') {
return;
}
Expand Down

0 comments on commit 6314853

Please sign in to comment.