Update installAllCustomAutoLoadPackages.js

feature-object-tracking
Moe 2023-02-28 10:39:35 -08:00
parent e9fe007527
commit 8e506869d5
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ function installModule(filename){
})
installProcess.on('close',function(){
resolve()
fs.rm(tempSh)
})
})
}