* start conn pg info
This commit is contained in:
parent
64adeff5aa
commit
3ed62d9746
|
@ -15,7 +15,7 @@ exports.connTest = function () {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
} else {
|
} else {
|
||||||
console.log('ok');
|
console.log('pg conn ok');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
Loading…
Reference in New Issue