From cf24d351e3bf5b159e833529256b29d7f26f4e3e Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 26 Nov 2024 16:14:02 -0700 Subject: [PATCH] more debug code --- fclauncher/InstanceManager.go | 1 + 1 file changed, 1 insertion(+) diff --git a/fclauncher/InstanceManager.go b/fclauncher/InstanceManager.go index 7a72329..f00dcb4 100644 --- a/fclauncher/InstanceManager.go +++ b/fclauncher/InstanceManager.go @@ -351,6 +351,7 @@ client: common: for _, lib := range metadata.LauncherMeta.Libraries.Common { tokens := strings.Split(ProcessMavenPath(lib.Name), string(os.PathSeparator)) + fmt.Printf("processing lib %s as path %s with %d tokens", lib.Name, ProcessMavenPath(lib.Name), len(tokens)) pkg := tokens[len(tokens)-2] instanceObject.Libraries = append(instanceObject.Libraries, filepath.Join(ProcessMavenPath(lib.Name), ProcessMavenFilename(lib.Name))) for ind, path := range instanceObject.Libraries {