1
0
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:
kepler155c@gmail.com
2020-04-27 15:44:09 -06:00
parent d72ae3de4a
commit e116caf16e
8 changed files with 78 additions and 52 deletions

View File

@@ -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