print (after dfuse/dfusion) no longer needs tostring

develop
Warmist 2012-03-29 22:08:45 +03:00
parent 7d47208c65
commit 531704da8c
1 changed files with 1 additions and 1 deletions

@ -1,5 +1,5 @@
function print(msg)
Console.print(msg.."\n")
Console.print(tostring(msg).."\n")
end
function err(msg) --make local maybe...
print(msg)