Skip to content

fix(mkdir): improve error handling around files#721

Merged
nfischer merged 2 commits intomasterfrom
fix-mkdir-file
May 16, 2017
Merged

fix(mkdir): improve error handling around files#721
nfischer merged 2 commits intomasterfrom
fix-mkdir-file

Conversation

@nfischer
Copy link
Copy Markdown
Member

In particular, this fixes:

  • if we try to overwrite a file with a mkdir
  • if we try to create a subdirectory of a file
  • adds continue: true in spots where we missed it

Fixes #720

In particular, this fixes:

 - if we try to overwrite a file with a mkdir
 - if we try to create a subdirectory of a file
 - adds `continue: true` in spots where we missed it

Fixes #720
@nfischer nfischer added the fix Bug/defect, or a fix for such a problem label May 14, 2017
@nfischer nfischer requested a review from freitagbr May 14, 2017 23:07
@nfischer nfischer mentioned this pull request May 15, 2017
@freitagbr
Copy link
Copy Markdown
Contributor

LGTM.

@nfischer nfischer merged commit 15558cf into master May 16, 2017
@nfischer nfischer deleted the fix-mkdir-file branch May 16, 2017 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Bug/defect, or a fix for such a problem

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ShellJS: internal error on shelljs.mkdir('myFile/myDir')

2 participants