Skip to content

Commit 8bd688b

Browse files
committed
fix
1 parent 965fbd9 commit 8bd688b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/pub/pub.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ collectgarbage 'generational'
2121
2222
log = require 'brave.log'
2323
24-
xpcall(dofile, log.error, (ROOT / 'debugger.lua'):string())
24+
xpcall(dofile, log.error, {debugger:q})
2525
local brave = require 'brave'
2626
brave.register({id}, {taskChName:q}, {replyChName:q})
2727
]]
@@ -77,6 +77,7 @@ function m.recruitBraves(num, privatePad)
7777
DEVELOP = DEVELOP,
7878
DBGPORT = DBGPORT or 11412,
7979
DBGWAIT = DBGWAIT or 'nil',
80+
debugger = (ROOT / 'debugger.lua'):string(),
8081
id = id,
8182
taskChName = taskChName,
8283
replyChName = replyChName,

0 commit comments

Comments
 (0)