Update server/util-server.js

Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
pull/1119/head
Louis Lam 2 years ago committed by GitHub
parent 64a33d7455
commit 9f8b3151d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save