class Programmer implements ANiceHumble, Person {
Code as we know it. Open source stuff goes here
Microsoft stuff Blog
Home
Twitter
Microsoft stuff
Friday, July 1, 2022
Preventing accidental alert and console.log on production
Use this regular expression to find stray console.log and alert:
^[^\/]\s+console\.log ^[^\/]\s+alert
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment