shelljs / shx

Portable Shell Commands for Node
MIT License
1.73k stars 45 forks source link

mv fails silently #211

Open vasyop opened 1 year ago

vasyop commented 1 year ago
  1. be on windows (10)
  2. run shx mv dist/source/* dist/dest
  3. apparently works
  4. actually, some dirs inside dist/source were not moved because of a random npm ERR! Error: EPERM: operation not permitted, rename that was swallowed by this try catch

expected: shx/shelljs should report the error