fix being able to run a script in a parent folder from a child folder

This commit is contained in:
2024-05-29 23:15:49 +01:00
parent 37a3d56b5f
commit f0876bd5ac
5 changed files with 13 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ func main() {
if e != nil {
panic(e)
}
translated, err := translateImport(Args[0], ex)
translated, err := translateImport(Args[0], ex, true)
if err.EXISTS {
panicErr(err)
os.Exit(1)