We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pg
1 parent a3074e9 commit 4925172Copy full SHA for 4925172
result.js
@@ -6,7 +6,7 @@ var pgPath;
6
try {
7
pgPath = path.dirname(require.resolve('pg'))
8
} catch(e) {
9
- pgPath = path.dirname(require.resolve('pg.js'))
+ pgPath = path.dirname(require.resolve('pg.js')) + '/lib'
10
}
11
12
-module.exports = require(path.join(pgPath, 'lib', 'result.js'))
+module.exports = require(path.join(pgPath, 'result.js'))
0 commit comments