Skip to content

Commit

Permalink
chore: resolve lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Nov 20, 2024
1 parent 925b191 commit 926c605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import util from './util.js';
* @async
* @function
* @param {RunOptions} options Run mode options
* @returns {Promise<child_process.ChildProcess | null>}
* @returns {Promise<child_process.ChildProcess | null>} - A Node.js process object
*/
async function run({
version = 'latest',
Expand Down

0 comments on commit 926c605

Please sign in to comment.