Skip to content

Commit

Permalink
Merge pull request #1 from lperrin/patch-1
Browse files Browse the repository at this point in the history
missing new statement :)
  • Loading branch information
kul committed Apr 5, 2012
2 parents 5ed1f9f + 0c83b87 commit 61e5f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
@@ -1,6 +1,6 @@
var znode = require('./build/Release/znode');

znode = znode.Znode();
znode = new znode.Znode();
process.stdin.resume();
process.stdin.setEncoding('utf8');

Expand Down

0 comments on commit 61e5f41

Please sign in to comment.