不要怂,就是干,撸起袖子干!

Commit 87f85fdb by Sascha Depold

use sys.log instead of sys.puts

1 parent 77dbbad1
Showing with 1 additions and 1 deletions
...@@ -2,7 +2,7 @@ exports.Helper = function(Sequelize) { ...@@ -2,7 +2,7 @@ exports.Helper = function(Sequelize) {
var Helper = { var Helper = {
log: function(obj) { log: function(obj) {
var sys = require("sys") var sys = require("sys")
sys.puts(sys.inspect(obj)) sys.log(sys.inspect(obj))
}, },
evaluateTemplate: function(template, replacements) { evaluateTemplate: function(template, replacements) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!