mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-26 10:50:23 +00:00
Merge pull request #981 from sum01/fix_import
Fix #980 duplicate import
This commit is contained in:
commit
c8ff764467
1 changed files with 0 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue