question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Watch mode does not output errors

See original GitHub issue

When 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:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
phenomnomnominalcommented, Feb 12, 2021

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

0reactions
phenomnomnominalcommented, Feb 17, 2021

Should be covered by #492! WIll close when I release V4.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found