8000 add update · PascalSun/graphql-core@8cccb8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cccb8d

Browse files
committed
add update
1 parent 93a1c55 commit 8cccb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/execution/executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def on_resolve(data):
150150
clean = getattr(exe_context.executor, "clean", None)
151151
if clean:
152152
clean()
153-
print('return promise')
153+
print('return promise out')
154154
return promise
155155

156156

0 commit comments

Comments
 (0)
0