mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-27 23:40:11 +08:00
fix rm
This commit is contained in:
parent
12cd8e2caf
commit
725c921815
@ -83,7 +83,7 @@ module.exports = (api, options, rootOptions) => {
|
||||
|
||||
if (fs.existsSync(tmp)) {
|
||||
try {
|
||||
require('rimraf/rimraf').sync.rm(tmp)
|
||||
require('rimraf').sync(tmp)
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user