We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e28f2 commit 2ed5504Copy full SHA for 2ed5504
1 file changed
packages/cli/lib/cli/commands/cache.js
@@ -102,8 +102,8 @@ const PATH_MAX_COLS = 40;
102
* producing a single updating line rather than a scrolling log.
103
*
104
* @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
+ * @param {Array} startHrtime process.hrtime() snapshot taken when deletion began
+ * @param {Function} prettyHrtime Formatting function from the pretty-hrtime package
107
* @returns {{onProgress: function(string): void, finalise: function(): void}}
108
*/
109
function createProgressHandler(label, startHrtime, prettyHrtime) {
0 commit comments