This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
generate an empty folder ,“-p” #1
Comments
oh, the index.js what i saw is compiled,when i run command an empty folder,"-p" will generate, when i use shelljs.mkdir() replace shelljs.exec() that empty folder,“-p” will not generate |
Is this correct? |
shelljs.exec('mkdir -p') will generate an empty directory. |
PR please. |
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
_shelljs2.default.exec('mkdir -p ' + _path2.default.dirname(outPath));
,will generate an empty folder,-p
,use_shelljs2.default.mkdir('-p', _path2.default.dirname(outPath));
will not genertateThe text was updated successfully, but these errors were encountered: