You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: adding warning when pushing monitors from yaml files (#977)
* package.json - added dependency 'utf-8-validate'
* monitor.ts - Added validation and warnings
- Validation/warning prior to UTF-8 decoding of files
- warning when a 'browser' type monitor is ignored
- removing unused variable (causing linter error)
* Update src/push/monitor.ts
changing warning text
Co-authored-by: Vignesh Shanmugam <vignesh.shanmugam22@gmail.com>
* src/push/monitor.ts - using node standard libarary to test utf-8 encoding
- updated types@node to be more in line with current version
* Update src/push/monitor.ts - updating warning message.
Co-authored-by: Vignesh Shanmugam <vignesh.shanmugam22@gmail.com>
* fix node type and message
---------
Co-authored-by: Vignesh Shanmugam <vignesh.shanmugam22@gmail.com>
0 commit comments