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(deno): Fix deno argv handling #70

Merged
merged 1 commit into from
Mar 20, 2020
Merged

Conversation

drawveloper
Copy link
Contributor

Fix #69

@codecov-io
Copy link

Codecov Report

Merging #70 into master will decrease coverage by <.01%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
- Coverage   66.93%   66.93%   -0.01%     
==========================================
  Files           6        6              
  Lines         369      372       +3     
  Branches       88       90       +2     
==========================================
+ Hits          247      249       +2     
  Misses        119      119              
- Partials        3        4       +1
Impacted Files Coverage Δ
src/node.ts 75% <75%> (-5%) ⬇️

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 aa8f868...d92f5a8. Read the comment docs.

@egoist egoist changed the title Fix deno argv handling fix(deno): Fix deno argv handling Mar 20, 2020
@egoist egoist merged commit f607e96 into cacjs:master Mar 20, 2020
@egoist
Copy link
Collaborator

egoist commented Mar 20, 2020

🎉 This PR is included in version 6.5.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Command is not found in deno - incorrect arguments argv handling
3 participants