Skip to content

Commit

Permalink
ESLint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericandrewlewis committed Mar 1, 2019
1 parent fec9a92 commit bfc5b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/performance-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export class Performance {
// supported.
try {
observer.observe({entryTypes: entryTypesToObserve});
} catch(err) {
} catch (err) {
console/*OK*/.warn(err);
}
}
Expand Down

0 comments on commit bfc5b2e

Please sign in to comment.