diff options
| author | ruki <[email protected]> | 2016-03-03 13:49:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-03-03 13:49:00 +0800 |
| commit | 2899c85965c428974b5bc07ddec461bf2055c747 (patch) | |
| tree | 416be40a9c77b98f921f760a49e371444b835b99 /xmake/core/base/interpreter.lua | |
| parent | 5cf23fadbd11d5c6aaf6c69da322f9150d10cf49 (diff) | |
move sandbox files
Diffstat (limited to 'xmake/core/base/interpreter.lua')
| -rw-r--r-- | xmake/core/base/interpreter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/interpreter.lua b/xmake/core/base/interpreter.lua index 551dad5fc..490da9405 100644 --- a/xmake/core/base/interpreter.lua +++ b/xmake/core/base/interpreter.lua @@ -29,7 +29,7 @@ local path = require("base/path") local table = require("base/table") local utils = require("base/utils") local string = require("base/string") -local sandbox = require("base/sandbox") +local sandbox = require("sandbox/sandbox") -- traceback function interpreter._traceback(errors) |
