Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed: require ../build/Release/binding.node
  • Loading branch information
tj committed Mar 15, 2012
1 parent 52eea06 commit bea2a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -5,7 +5,7 @@

var EventEmitter = require('events').EventEmitter
, IOWatcher = process.binding('io_watcher').IOWatcher
, zmq = require('../binding');
, zmq = require('../build/Release/binding');

/**
* Expose bindings as the module.
Expand Down

0 comments on commit bea2a07

Please sign in to comment.