Refactor logging and variable names for consistency; update log messages for clarity
This commit is contained in:
@@ -23,7 +23,7 @@ func GetSandBox(sandboxdir string) (lua.LState, error) {
|
||||
L.SetGlobal("SAFE_MODE", lua.LTrue)
|
||||
|
||||
L.SetGlobal("PACKETS_DATADIR", lua.LString(cfg.Config.Data_d))
|
||||
L.SetGlobal("PACKETS_BIN_DIR", lua.LString(cfg.Config.Bin_d))
|
||||
L.SetGlobal("packets_bin_dir", lua.LString(cfg.Config.Bin_d))
|
||||
|
||||
L.SetGlobal("path_join", L.NewFunction(Ljoin))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user