mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 16:08:52 +01:00
fix
This commit is contained in:
parent
f033293021
commit
9c4a4df4e6
2
main.go
2
main.go
@ -261,7 +261,7 @@ func PreparationInAdv() {
|
|||||||
|
|
||||||
func release_self_fds() {
|
func release_self_fds() {
|
||||||
|
|
||||||
fds_flags := []string{"pipe", "socket:", ".ttf"}
|
fds_flags := []string{ ".ttf",".layout"}
|
||||||
file_paths, err := filepath.Glob("/proc/self/fd/*")
|
file_paths, err := filepath.Glob("/proc/self/fd/*")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println("release_self_fds error", err)
|
fmt.Println("release_self_fds error", err)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user