mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-21 00:42:48 +01:00
chore: vscode is dumb
all these spaces make a tab
This commit is contained in:
+4
-3
@@ -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