From a05d847863c9101966621d724114aaf199c32f1c Mon Sep 17 00:00:00 2001 From: Noah Metz Date: Sun, 2 Jul 2023 12:54:29 -0600 Subject: [PATCH] test --- gql.go | 1 + 1 file changed, 1 insertion(+) diff --git a/gql.go b/gql.go index 460d6f0..ec75039 100644 --- a/gql.go +++ b/gql.go @@ -418,6 +418,7 @@ var gql_actions ThreadActions = ThreadActions{ UpdateStates(ctx, []GraphNode{thread}, func(nodes NodeMap)(error) { server_state := thread.State().(*GQLThreadState) for _, child := range(server_state.Children()) { + fmt.Printf("\n%+v\n\n", server_state.child_info[child.ID()]) should_run := (server_state.child_info[child.ID()]).(*GQLThreadInfo) if should_run.Started == true { ChildGo(ctx, server_state, thread, child.ID(), should_run.RestoreAction)