summaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index edbdae8c..ab7c8e83 100644
--- a/main.lua
+++ b/main.lua
@@ -54,7 +54,7 @@ log.debug('VERSION:', version.getVersion())
require 'tracy'
-xpcall(dofile, log.debug, ROOT / 'debugger.lua')
+xpcall(dofile, log.debug, (ROOT / 'debugger.lua'):string())
local service = require 'service'