This commit is contained in:
Zachary Yedidia
2018-01-05 21:39:03 -05:00
3 changed files with 19 additions and 33 deletions

View File

@@ -416,7 +416,6 @@ func importFilePath() *lua.LTable {
pkg := L.NewTable()
L.SetField(pkg, "Join", luar.New(L, filepath.Join))
L.SetField(pkg, "Clean", luar.New(L, filepath.Join))
L.SetField(pkg, "Abs", luar.New(L, filepath.Abs))
L.SetField(pkg, "Base", luar.New(L, filepath.Base))
L.SetField(pkg, "Clean", luar.New(L, filepath.Clean))