We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965fbd9 commit 8bd688bCopy full SHA for 8bd688b
script/pub/pub.lua
@@ -21,7 +21,7 @@ collectgarbage 'generational'
21
22
log = require 'brave.log'
23
24
-xpcall(dofile, log.error, (ROOT / 'debugger.lua'):string())
+xpcall(dofile, log.error, {debugger:q})
25
local brave = require 'brave'
26
brave.register({id}, {taskChName:q}, {replyChName:q})
27
]]
@@ -77,6 +77,7 @@ function m.recruitBraves(num, privatePad)
77
DEVELOP = DEVELOP,
78
DBGPORT = DBGPORT or 11412,
79
DBGWAIT = DBGWAIT or 'nil',
80
+ debugger = (ROOT / 'debugger.lua'):string(),
81
id = id,
82
taskChName = taskChName,
83
replyChName = replyChName,
0 commit comments