mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
fix retrun, change to false
This commit is contained in:
parent
4a7ad2ec75
commit
e3f84f4c17
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ func FileExists(filename string) (bool, string) {
|
|||
return false, ""
|
||||
}
|
||||
} else {
|
||||
return true, filename
|
||||
return false, filename
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue