mirror of https://github.com/louislam/uptime-kuma
Minor
parent
1f4622f5f3
commit
69a6112d8d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue