Skip to content

Commit

Permalink
modified: node v0.11 complains about the use of util.puts
Browse files Browse the repository at this point in the history
  • Loading branch information
imkira committed May 20, 2014
1 parent 3277a87 commit da6607b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittest.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var assert = require('assert'),
puts = require('util').puts,
puts = console.log,
read = require('fs').readFileSync,
Schema = require('../').Schema;

Expand Down

0 comments on commit da6607b

Please sign in to comment.