mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
fix being able to run a script in a parent folder from a child folder
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user