From 23b60dc1975db38c280d8a123aff97544d1673e0 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 15:34:21 +0800 Subject: [PATCH] TODO#139890 FAQ 常見問題 1-文案調整 --- PAMapp/node_modules/@types/node/cluster.d.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/node_modules/@types/node/cluster.d.ts b/PAMapp/node_modules/@types/node/cluster.d.ts index 7f16141..c48084d 100755 --- a/PAMapp/node_modules/@types/node/cluster.d.ts +++ b/PAMapp/node_modules/@types/node/cluster.d.ts @@ -49,7 +49,7 @@ * ``` * * On Windows, it is not yet possible to set up a named pipe server in a worker. - * @see [source](https://github.com/nodejs/node/blob/v16.9.0/lib/cluster.js) + * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/cluster.js) */ declare module 'cluster' { import * as child from 'node:child_process'; -- Gitblit v1.8.0