Watch mode does not output errors
See original GitHub issueWhen running betterer watch
, no errors appear to be output, whereas the errors are output when running betterer
:
for example:
npm betterer watch
:
checked 1 files:
foo.test.ts
"stricter compilation" got worse. 😔
npm betterer
:
☀️ betterer info 💬 - running "stricter compilation"!
☀️ betterer erro 🔥 - "stricter compilation" got worse. 😔
☀️ betterer erro 🔥 - 1 new issue in "foo.test.ts":
Expected 1 arguments, but got 2.
> 42 | expect(device.getBySystemId(state, 909)).toStrictEqual({
| ^^^
etc...
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Webpack --watch command not updating or throwing an error?
I'm using webpack --watch . For some reason, upon saving a file it works and updates the bundle but sometimes it doesn't without...
Read more >Command-line API | Node.js v19.3.0 Documentation
If no corresponding file is found, an error is thrown. ... When in watch mode, changes in the watched files cause the Node.js...
Read more >watch(1) - Linux manual page - man7.org
watch runs command repeatedly, displaying its output and errors (the first screenfull). This allows you to watch the program output change over time....
Read more >Dart Sass Command-Line Interface
One-to-one mode compiles a single input file ( input.scss ) to a single output location ( output.css ). If no output location is...
Read more >Command Line Usage - Less CSS
In v2 of less, Clean CSS is no longer included as a direct dependency. ... To enable Watch mode, option env must be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Should have this ready to go soon 😊 hoping you like! Sorry my time has been pretty crunched the last months!
https://user-images.githubusercontent.com/1086286/107828088-fc727100-6dec-11eb-89b8-8b33e964a404.mp4
Should be covered by #492! WIll close when I release V4.