Update node-mysql-wrapper-tests.ts

This commit is contained in:
Makis Maropoulos
2015-09-09 17:32:41 +03:00
parent 1ad626d9cf
commit 8963f8b62f
@@ -189,7 +189,7 @@ db.ready(() => {
});
server.on('uncaughtException', function(err) {
server.on('uncaughtException', function(err:any) {
console.log(err);
})