refactor: dot-less imports for luastatic compatiblity
parent
ea633a9ea9
commit
559ccfb098
2
html.lua
2
html.lua
|
|
@ -1,4 +1,4 @@
|
||||||
local logger = require(".logging")
|
local logger = require("logging")
|
||||||
|
|
||||||
local function trim(str)
|
local function trim(str)
|
||||||
return str:match("^%s*(.-)%s*$")
|
return str:match("^%s*(.-)%s*$")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue