Compare commits
1 Commits
master
...
18-impatie
Author | SHA1 | Date |
---|---|---|
christianchiarulli | 03427b8760 | 3 years ago |
@ -0,0 +1,6 @@
|
||||
local status_ok, impatient = pcall(require, "impatient")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
impatient.enable_profile()
|
Loading…
Reference in new issue