-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
tragedy strikes: --no-clean and no temp directory #663
Comments
boneskull
added a commit
to boneskull/nyc
that referenced
this issue
Sep 5, 2017
bcoe
pushed a commit
that referenced
this issue
Sep 6, 2017
@boneskull awesome thanks for the contribution 👍 will work on cutting a new release tonightish. |
This was referenced Mar 8, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
use with
--no-clean
flag doesn't throw if there's no temp dir (typically.nyc_output
)Observed Behavior
Bonus Points! Code (or Repository) that Reproduces Issue
Well,
createTempDirectory()
isn't called ifclean
is falsy.Forensic Information
macOS; https://gist.github.com/boneskull/fbb28823e66a439f4a7fc735cb883917
The text was updated successfully, but these errors were encountered: