mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
chore: vscode is dumb
all these spaces make a tab
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
-- Hacky workaround for Lua Language Server support.
|
||||
|
||||
lib = setmetatable({}, {
|
||||
__newindex = function(self, name, fn)
|
||||
exports(name, fn)
|
||||
end
|
||||
__newindex = function(self, name, fn)
|
||||
print('created '..name)
|
||||
exports(name, fn)
|
||||
end
|
||||
})
|
||||
Reference in New Issue
Block a user