From 976f66bd617d10c248823526fcd1636784c37fe2 Mon Sep 17 00:00:00 2001 From: LiviaMedeiros Date: Tue, 18 Jul 2023 23:59:04 +0800 Subject: [PATCH] squash: fixup --- lib/fs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fs.js b/lib/fs.js index 66d7aa73ffef03..85f546e88799ec 100644 --- a/lib/fs.js +++ b/lib/fs.js @@ -2923,7 +2923,7 @@ function mkdtemp(prefix, options, callback) { /** * Synchronously creates a unique temporary directory. - * @param {string} prefix + * @param {string | Buffer | URL} prefix * @param {string | { encoding?: string; }} [options] * @returns {string} */