Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Aug 24, 2022
1 parent 62bc710 commit 8452535
Show file tree
Hide file tree
Showing 3 changed files with 2,604 additions and 3,945 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class NgxScriptsCli {

_copy(src, dest) {
try {
console.log({ src })
console.log({src});
child.execSync(`${isWin ? 'xcopy /S /Y' : 'cp -Rf'} ${src} ${dest}`, {
stdio: 'ignore'
});
Expand Down
Loading

0 comments on commit 8452535

Please sign in to comment.