From 2f60d71298798515319420cc2d66656c294df7ec Mon Sep 17 00:00:00 2001 From: Farrin Reid Date: Sat, 23 Jun 2012 04:14:41 -0800 Subject: [PATCH] [fix] Changed require('sys') to require('util') for compatibility with node v0.8 --- test/send.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/send.js b/test/send.js index 91c947a..de3be7b 100755 --- a/test/send.js +++ b/test/send.js @@ -2,7 +2,7 @@ var term_to_binary = require('../api'); -//require('sys').puts(exports.term_to_binary(5)); +//require('util').puts(exports.term_to_binary(5)); var t = [ // array , ['two', 'array'] // Innocent 2-array , "ABCDE" // string (char list, encoded as STRING)