add standard lua os methods, another fix for vfs links within links, allow write on urlfs mounted files

This commit is contained in:
kepler155c@gmail.com
2020-05-17 19:36:33 -06:00
parent c7c594d6c3
commit a7e3318226
7 changed files with 64 additions and 39 deletions

View File

@@ -144,6 +144,9 @@ function multishell.openTab(env, tab)
end
end
end
if tab.chainExit then
tab.chainExit(self, result, err, stack)
end
end
local routine, message = kernel.run(env, tab)