Skip to content

Commit

Permalink
Add comment to allow legit usage of console.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
ericandrewlewis committed Feb 26, 2019
1 parent 6337ba3 commit fec9a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/performance-impl.js
Expand Up @@ -237,7 +237,7 @@ export class Performance {
try {
observer.observe({entryTypes: entryTypesToObserve});
} catch(err) {
console.warn(err);
console/*OK*/.warn(err);
}
}

Expand Down

0 comments on commit fec9a92

Please sign in to comment.