refactor: dot-less imports for luastatic compatiblity
parent
194ab5e1f9
commit
c4ae14df41
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