Skip to content

Commit 2ed5504

Browse files
committed
fix: Docs generation failure
1 parent d5e28f2 commit 2ed5504

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/lib/cli/commands/cache.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ const PATH_MAX_COLS = 40;
102102
* producing a single updating line rather than a scrolling log.
103103
*
104104
* @param {string} label Short label shown on the progress line
105-
* @param {[number, number]} startHrtime process.hrtime() snapshot taken when deletion began
106-
* @param {function([number, number]): string} prettyHrtime Formatting function from the pretty-hrtime package
105+
* @param {Array} startHrtime process.hrtime() snapshot taken when deletion began
106+
* @param {Function} prettyHrtime Formatting function from the pretty-hrtime package
107107
* @returns {{onProgress: function(string): void, finalise: function(): void}}
108108
*/
109109
function createProgressHandler(label, startHrtime, prettyHrtime) {

0 commit comments

Comments
 (0)