8000 docs: update link to MDN Error reference · mysqljs/mysql@7b23bca · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b23bca

Browse files
EkeMinusYoudougwilson
authored andcommitted
docs: update link to MDN Error reference
closes #2463
1 parent 044fba0 commit 7b23bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ object. Additionally they typically come with two extra properties:
12491249
* `err.sqlMessage`: String, contains the message string that provides a
12501250
textual description of the error. Only populated from [MySQL server error][].
12511251

1252-
[Error]: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error
1252+
[Error]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global 4887 _Objects/Error
12531253
[MySQL server error]: https://dev.mysql.com/doc/refman/5.5/en/server-error-reference.html
12541254

12551255
Fatal errors are propagated to *all* pending callbacks. In the example below, a

0 commit comments

Comments
 (0)
0