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