mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-02 03:33:22 +00:00
fix: remove virt g handling at command exit
This commit is contained in:
parent
8f942f6f60
commit
8ae22127c0
@ -217,14 +217,6 @@ do
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
||||
bait.catch('command.exit', function ()
|
||||
for key, value in pairs(virt_G) do
|
||||
if type(value) == 'string' then
|
||||
virt_G[key] = os.getenv(key)
|
||||
end
|
||||
end
|
||||
end)
|
||||
end
|
||||
|
||||
commander.register('cdr', function(args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user