Skip to content

Commit b3aadb0

Browse files
authored
Merge pull request #8 from brentN5/master
debugPrint prints a nil.
2 parents 76b05f4 + 3b2e018 commit b3aadb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/utils.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ function debugPrint(...)
2626
end
2727
local msgTemplate = '^3[%s]^0%s'
2828
local finalMsg = msgTemplate:format(currentResourceName, appendStr)
29-
print(msg)
30-
end
29+
print(finalMsg)
30+
end

0 commit comments

Comments
 (0)