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.

Throwing error in the latest version

See original GitHub issue

Hi 👋 Just updated to the latest version and I’m getting the following error while saving:

Error: severity property of a stylelint warning must be either 'error' or 'warning', but it was 'ignore' (string). at stylelintWarningToVscodeDiagnostic.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:32
  • Comments:5

github_iconTop GitHub Comments

2reactions
UnbearableBearcommented, Oct 17, 2019

This is a real blocker for me 😕

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is the difference between `throw new Error` and `throw ...
throw new Error exposes an error event with two params name & message. ... (unsure of versions) don't correctly report the message when...
Read more >
Difference between throw Error('msg') and throw new Error ...
throw Error() is like a Javascript string, a number, a boolean, or an object. It returns specific errors as defined in the message...
Read more >
throw - JavaScript - MDN Web Docs - Mozilla
The throw statement throws a user-defined exception. Execution of the current function will stop (the statements after throw won't be ...
Read more >
How to Throw Exceptions in Java - Rollbar
The best practice is to extend the java.lang.Exception class with a new class, following the general naming convention as provided by the JDK...
Read more >
Creating and Throwing Exceptions | Microsoft Learn
Learn about creating and throwing exceptions. Exceptions are used to indicate that an error has occurred while running a program.
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