deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

docs(tar): fix example in creating directories

Open BlackAsLight opened this issue 1 year ago • 1 comments

This pull request fixes a highly probable bug in the JSDocs example where if the directory already exists, it throws an error, or if the directory's directory doesn't exist, it throws an error.

BlackAsLight avatar Oct 13 '24 07:10 BlackAsLight

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.57%. Comparing base (d85d0d8) to head (d07a08b). Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6113   +/-   ##
=======================================
  Coverage   96.57%   96.57%           
=======================================
  Files         534      534           
  Lines       40550    40550           
  Branches     6085     6086    +1     
=======================================
+ Hits        39160    39162    +2     
+ Misses       1346     1344    -2     
  Partials       44       44           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Oct 13 '24 07:10 codecov[bot]