From 2a6e2464783729d1861cf0e2e99854a4db6c11de Mon Sep 17 00:00:00 2001 From: Qingyu Deng Date: Tue, 17 Aug 2021 14:17:28 +0800 Subject: worker: remove file extension check Fixes: https://github.com/nodejs/node/issues/39124 PR-URL: https://github.com/nodejs/node/pull/39788 Reviewed-By: Anna Henningsen Reviewed-By: Bradley Farias Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater --- doc/api/errors.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc/api') diff --git a/doc/api/errors.md b/doc/api/errors.md index 79a653e98c7..f1508943624 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2510,12 +2510,6 @@ nor a relative path starting with `./` or `../`. All attempts at serializing an uncaught exception from a worker thread failed. - -### `ERR_WORKER_UNSUPPORTED_EXTENSION` - -The pathname used for the main script of a worker has an -unknown file extension. - ### `ERR_WORKER_UNSUPPORTED_OPERATION` -- cgit v1.2.3