mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update node-mysql-wrapper-tests.ts
This commit is contained in:
@@ -189,7 +189,7 @@ db.ready(() => {
|
||||
|
||||
});
|
||||
|
||||
server.on('uncaughtException', function(err) {
|
||||
server.on('uncaughtException', function(err:any) {
|
||||
console.log(err);
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user