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: don't crash in not parallel mode #395

Merged
merged 2 commits into from May 12, 2021
Merged

fix: don't crash in not parallel mode #395

merged 2 commits into from May 12, 2021

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 #394 + update deps

Breaking Changes

No

Additional Info

Hard to tests, but added link to the original issue

@codecov
Copy link

codecov bot commented May 12, 2021

Codecov Report

Merging #395 (57165bd) into master (bfbb68a) will increase coverage by 0.02%.
The diff coverage is 94.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #395      +/-   ##
==========================================
+ Coverage   96.67%   96.69%   +0.02%     
==========================================
  Files           3        3              
  Lines         301      303       +2     
  Branches      130      131       +1     
==========================================
+ Hits          291      293       +2     
  Misses          9        9              
  Partials        1        1              
Impacted Files Coverage Δ
src/index.js 97.14% <87.50%> (ø)
src/minify.js 95.60% <100.00%> (+0.09%) ⬆️

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 bfbb68a...57165bd. Read the comment docs.

@alexander-akait alexander-akait merged commit a177425 into master May 12, 2021
@alexander-akait alexander-akait deleted the issue-394 branch May 12, 2021 14:41
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.

Intermittent "TypeError: Converting circular structure to JSON"
1 participant