Skip to content

Commit

Permalink
trying some more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdsupremacist committed Sep 27, 2020
1 parent 2dff78f commit 7a57f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GraphZahl/Utils/MethodInfo+resolve.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7a57f97

Please sign in to comment.