mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
fix require to be path friendly
This commit is contained in:
parent
8174883e4f
commit
e98ef9a011
@ -12,5 +12,5 @@ module.exports = {
|
||||
}
|
||||
|
||||
module.exports.__defineGetter__("native", function() {
|
||||
return require('native');
|
||||
return require(__dirname + '/native');
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user