mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
made require statement work with older versions of node
This commit is contained in:
parent
87deb16611
commit
f89e9c4bb0
@ -1,5 +1,5 @@
|
||||
require(__dirname + '/test-helper');
|
||||
var Pool = require("utils").Pool;
|
||||
var Pool = require(__dirname + "/../../lib/utils").Pool;
|
||||
|
||||
//this tests the monkey patching
|
||||
//to ensure comptability with older
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user