Skip to content

Commit

Permalink
build new dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliimelnychuk committed Dec 9, 2024
1 parent 8246574 commit 6d7c3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

/**
Expand Down

0 comments on commit 6d7c3db

Please sign in to comment.