From 69a6112d8d8d8b010032d03d082e192f9ce8b619 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 15 Jun 2025 19:09:27 +0800 Subject: [PATCH] Minor --- server/monitor-types/real-browser-monitor-type.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/monitor-types/real-browser-monitor-type.js b/server/monitor-types/real-browser-monitor-type.js index 1491d6c00..07b6c8aac 100644 --- a/server/monitor-types/real-browser-monitor-type.js +++ b/server/monitor-types/real-browser-monitor-type.js @@ -162,7 +162,7 @@ async function prepareChromeExecutable(executablePath) { * Find the chrome executable * @param {string[]} executables Executables to search through * @returns {Promise} 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