Skip to content

Commit

Permalink
update bee
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed May 7, 2024
1 parent fadcef7 commit 957f4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3rd/bee.lua
2 changes: 1 addition & 1 deletion extension/script/backend/bootstrap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local function initMaster(rootpath, address)
return
end
local chan = channel.create "DbgMaster"
local mt = thread.thread(([[
local mt = thread.create(([[
local rootpath = %q
package.path = rootpath.."/script/?.lua"
local log = require "common.log"
Expand Down

0 comments on commit 957f4fc

Please sign in to comment.