isaacs / rimraf

A `rm -rf` util for nodejs
ISC License
5.62k stars 250 forks source link

Can't continue running in cmd file #283

Open GeorgeChen-666 opened 1 year ago

GeorgeChen-666 commented 1 year ago

`

echo "000"

npx rimraf ttt

echo "111"

`

It only display "000"