mirror of
https://github.com/kepler155c/opus
synced 2025-11-23 02:24:56 +00:00
fix netfs issues - implement fs.attributes
This commit is contained in:
@@ -151,7 +151,7 @@ if action == 'uninstall' then
|
||||
runScript(manifest.uninstall)
|
||||
|
||||
local packageDir = fs.combine('packages', name)
|
||||
fs.delete(packageDir)
|
||||
fs.delete(fs.resolve(packageDir))
|
||||
print('removed: ' .. packageDir)
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user