From 486150580c0fabc7375daafcdf60df9f687c1805 Mon Sep 17 00:00:00 2001 From: Qingyu Deng Date: Tue, 17 Aug 2021 20:48:41 +0800 Subject: [PATCH] doc: move ERR_WORKER_UNSPPORTED_EXTENSION to legacy PR-URL: https://github.com/nodejs/node/pull/39788 Fixes: https://github.com/nodejs/node/issues/39124 Reviewed-By: Anna Henningsen Reviewed-By: Bradley Farias Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater --- doc/api/errors.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/api/errors.md b/doc/api/errors.md index 6270c00f0b0974..fc6bd85d6854fd 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2828,6 +2828,16 @@ Used when a given value is out of the accepted range. The module must be successfully linked before instantiation. + +### `ERR_WORKER_UNSUPPORTED_EXTENSION` + + +The pathname used for the main script of a worker has an +unknown file extension. + ### `ERR_ZLIB_BINDING_CLOSED`