From 7a57f9772fd5b23acf179b39f040110db709e77a Mon Sep 17 00:00:00 2001 From: Mathias Quintero Date: Sun, 27 Sep 2020 23:07:19 +0200 Subject: [PATCH] trying some more logging --- Sources/GraphZahl/Utils/MethodInfo+resolve.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/GraphZahl/Utils/MethodInfo+resolve.swift b/Sources/GraphZahl/Utils/MethodInfo+resolve.swift index 59d6c2d..342f59f 100644 --- a/Sources/GraphZahl/Utils/MethodInfo+resolve.swift +++ b/Sources/GraphZahl/Utils/MethodInfo+resolve.swift @@ -108,7 +108,7 @@ extension MethodInfo { fflush(stdout) let result = try self.call(receiver: receiver, arguments: arguments) - print("Result") + print("Result: \(result)") fflush(stdout) if result is NSNull {