From 6d7c3db7618e5e83abff3ef67533fe2ed89daa43 Mon Sep 17 00:00:00 2001 From: Vitalii Melnychuk Date: Mon, 9 Dec 2024 10:51:46 -0300 Subject: [PATCH] build new dist file --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 8af57de..9e1d663 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8435,11 +8435,11 @@ function getDate() { } /** - * Invokes `util.formatWithOptions()` with the specified arguments and writes to stderr. + * Invokes `util.format()` with the specified arguments and writes to stderr. */ function log(...args) { - return process.stderr.write(util.formatWithOptions(exports.inspectOpts, ...args) + '\n'); + return process.stderr.write(util.format(...args) + '\n'); } /**