Skip to content

Commit

Permalink
Merge pull request #12 from node-migrator-bot/clean
Browse files Browse the repository at this point in the history
Hi! I fixed some calls to "sys" for you!
  • Loading branch information
tj committed Jun 25, 2012
2 parents 35b79fd + c4b195a commit b467d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/modular/content/lib/loader.js
@@ -1,6 +1,6 @@
var fs = require('fs'),
path = require('path'),
sys = require('sys'),
util = require('util'),
watch = require('watch'),
helpers = require('./helpers');

Expand Down Expand Up @@ -111,7 +111,7 @@ function addInvokeMethods(context, weighted) {
array.push(result);
helpers.store(object, elem.name, result);
} catch (e) {
sys.puts(e);
util.puts(e);
}
}

Expand Down

0 comments on commit b467d99

Please sign in to comment.