From baca6d337f68e9c786bc37c2e01febf415bdbbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BA=D0=BE=D0=B2=D0=BE=D1=80=D0=BE=D0=B4=D0=B0=20?= =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=90=D0=BD=D0=B4=D1=80?= =?UTF-8?q?=D0=B5=D0=B5=D0=B2=D0=B8=D1=87?= Date: Sat, 23 Jun 2018 11:48:03 +0300 Subject: [PATCH] doc: add a missing anchor to error codes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Only one error code was missing an appropriate anchor, and it was ERR_SCRIPT_EXECUTION_TIMEOUT. This commit adds that missing anchor. This is a part of the fixes hinted by #21470, which includes some tests for error codes usage and documentation and enforces a stricter format. PR-URL: https://github.com/nodejs/node/pull/21483 Refs: https://github.com/nodejs/node/pull/21470 Reviewed-By: Joyee Cheung Reviewed-By: Vse Mozhet Byt Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca Reviewed-By: Michaƫl Zasso --- doc/api/errors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/errors.md b/doc/api/errors.md index c0773caf7c9bbc..0f7f1988c04219 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1407,6 +1407,7 @@ An attempt was made to `require()` an [ES6 module][]. Script execution was interrupted by `SIGINT` (For example, when Ctrl+C was pressed). + ### ERR_SCRIPT_EXECUTION_TIMEOUT Script execution timed out, possibly due to bugs in the script being executed.