Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
outbackStack committed Mar 23, 2021
1 parent 2804b5f commit 635605c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ export interface SqlError extends Error {
code: string | null;

/**
* The driver information and message text
* The message text and information (e.g conn=5149, no: 1644, SQLState: 45000) for better identification
*/
msg: string | null;

Expand Down

0 comments on commit 635605c

Please sign in to comment.