Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: errors from less #401

Merged
merged 1 commit into from Dec 28, 2020
Merged

fix: errors from less #401

merged 1 commit into from Dec 28, 2020

Conversation

alexander-akait
Copy link
Member

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

fixes #400

Breaking Changes

No

Additional Info

Some plugins can change error message and remove the filename property

@codecov
Copy link

codecov bot commented Dec 28, 2020

Codecov Report

Merging #401 (224b5e9) into master (78befcd) will decrease coverage by 0.81%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #401      +/-   ##
==========================================
- Coverage   97.36%   96.55%   -0.82%     
==========================================
  Files           4        4              
  Lines         114      116       +2     
  Branches       25       27       +2     
==========================================
+ Hits          111      112       +1     
- Misses          3        4       +1     
Impacted Files Coverage Δ
src/index.js 100.00% <ø> (ø)
src/LessError.js 86.66% <50.00%> (-5.65%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 78befcd...224b5e9. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
1 participant