Skip to content

Commit

Permalink
Merge branch 'master' of github.com:visionmedia/ngen
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 25, 2012
2 parents 6b67bd0 + b467d99 commit 906de06
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'), var fs = require('fs'),
path = require('path'), path = require('path'),
sys = require('sys'), util = require('util'),
watch = require('watch'), watch = require('watch'),
helpers = require('./helpers'); helpers = require('./helpers');


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


Expand Down

0 comments on commit 906de06

Please sign in to comment.