Skip to content

Commit 8963f8b

Browse files
author
Makis Maropoulos
committed
Update node-mysql-wrapper-tests.ts
1 parent 1ad626d commit 8963f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-mysql-wrapper/node-mysql-wrapper-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ db.ready(() => {
189189

190190
});
191191

192-
server.on('uncaughtException', function(err) {
192+
server.on('uncaughtException', function(err:any) {
193193
console.log(err);
194194
})
195195

0 commit comments

Comments
 (0)