1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-01-12 02:28:11 +02:00

Update server/util-server.js

Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
Louis Lam 2022-04-30 21:36:07 +08:00 committed by GitHub
parent 9f8b3151d8
commit 42ea3fb412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -458,7 +458,7 @@ exports.errorLog = (error, outputToConsole = true) => {
* 100% => hue = 90 => green * 100% => hue = 90 => green
* *
* @param {number} percentage float, 0 to 1 * @param {number} percentage float, 0 to 1
* @param {number} maxHue, int * @param {number} maxHue
* @param {number} minHue, int * @param {number} minHue, int
* @returns {string}, hex value * @returns {string}, hex value
*/ */