mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-19 10:46:48 +02:00
Minor
This commit is contained in:
parent
1f4622f5f3
commit
69a6112d8d
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ async function prepareChromeExecutable(executablePath) {
|
|||
* Find the chrome executable
|
||||
* @param {string[]} executables Executables to search through
|
||||
* @returns {Promise<string>} Executable
|
||||
* @throws Error Could not find executable
|
||||
* @throws {Error} Could not find executable
|
||||
*/
|
||||
async function findChrome(executables) {
|
||||
// Use the last working executable, so we don't have to search for it again
|
||||
|
|
Loading…
Add table
Reference in a new issue