Skip to content

Commit

Permalink
fix(fsweb): Fix js error in fsweb index page
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-sankbeil authored and bweissbart committed Aug 7, 2018
1 parent 742d478 commit 4ec5751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fsweb/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
console.log('ServiceWorker registered');
})
.catch(function(e) {
console.log('ServiceWorker registration failed: ', err);
console.log('ServiceWorker registration failed: ', e);
});
});
}
Expand Down

0 comments on commit 4ec5751

Please sign in to comment.