This commit is contained in:
Louis Lam 2025-06-15 19:09:27 +08:00
parent 1f4622f5f3
commit 69a6112d8d

View file

@ -162,7 +162,7 @@ async function prepareChromeExecutable(executablePath) {
* Find the chrome executable * Find the chrome executable
* @param {string[]} executables Executables to search through * @param {string[]} executables Executables to search through
* @returns {Promise<string>} Executable * @returns {Promise<string>} Executable
* @throws Error Could not find executable * @throws {Error} Could not find executable
*/ */
async function findChrome(executables) { async function findChrome(executables) {
// Use the last working executable, so we don't have to search for it again // Use the last working executable, so we don't have to search for it again