Skip to content

Commit

Permalink
fix: update the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matin-zadeh-dolatabad committed Dec 13, 2024
1 parent 828716c commit afddff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions detox/src/utils/childProcess/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<import('promisify-child-process').Output>}
*/
async function execWithRetriesAndLogs(bin, options = {}) {
Expand Down

0 comments on commit afddff8

Please sign in to comment.