Skip to content

Commit

Permalink
remove sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Apr 7, 2024
1 parent 30c9991 commit df4ec6d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 56 deletions.
1 change: 0 additions & 1 deletion extension/script/backend/bootstrap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ local function initMaster(rootpath, address)
local mt = thread.thread(([[
local rootpath = %q
package.path = rootpath.."/script/?.lua"
dofile(rootpath.."/script/sandbox.lua")
local log = require "common.log"
log.file = rootpath.."/master.log"
local ok, err = xpcall(function()
Expand Down
1 change: 0 additions & 1 deletion extension/script/debugger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ function dbg:start(cfg)
self.rdebug.start(([[
local rootpath = %q
package.path = rootpath.."/script/?.lua"
dofile(rootpath.."/script/sandbox.lua")
require "backend.bootstrap". start(rootpath, %q..%q)
]]):format(
self.root,
Expand Down
54 changes: 0 additions & 54 deletions extension/script/sandbox.lua

This file was deleted.

0 comments on commit df4ec6d

Please sign in to comment.