From afddff8ec4bb90d9ab52aa07bd22b7891c6d10e3 Mon Sep 17 00:00:00 2001 From: matin-zadeh-dolatabad Date: Fri, 13 Dec 2024 15:45:18 +0100 Subject: [PATCH] fix: update the comment --- detox/src/utils/childProcess/exec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/detox/src/utils/childProcess/exec.js b/detox/src/utils/childProcess/exec.js index a4e12660fb..8a90d01dc7 100644 --- a/detox/src/utils/childProcess/exec.js +++ b/detox/src/utils/childProcess/exec.js @@ -9,9 +9,9 @@ const retry = require('../retry'); const execsCounter = require('./opsCounter'); /** - * - * @param {*} bin - * @param {*} options + * Executes a command with retries and logs + * @param {*} bin - command to execute + * @param {*} options - options * @returns {Promise} */ async function execWithRetriesAndLogs(bin, options = {}) {