summaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index ad9da5b4..4e050f9d 100644
--- a/main.lua
+++ b/main.lua
@@ -14,6 +14,8 @@ log.init(ROOT, ROOT / 'log' / 'service.log')
log.info('Lua Lsp startup, root: ', ROOT)
log.debug('ROOT:', ROOT:string())
+require 'tracy' .disable()
+
xpcall(dofile, log.debug, rootPath .. '/debugger.lua')
local service = require 'service'