6 lines
88 B
Lua
6 lines
88 B
Lua
|
local present, impatient = pcall(require, "impatient")
|
||
|
|
||
|
if not present then
|
||
|
return
|
||
|
end
|