mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-11 12:48:40 -04:00
Update JSDoc for better clarity
Co-authored-by: Nelson Chan <chakflying@hotmail.com> Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
parent
09e61d9d63
commit
1eecdec2d9
2 changed files with 5 additions and 3 deletions
|
@ -3,7 +3,9 @@ const Database = require("../database");
|
|||
const path = require("path");
|
||||
|
||||
/**
|
||||
* Send message to parent process
|
||||
* Send message to parent process for logging
|
||||
* since worker_thread does not have access to stdout, this is used
|
||||
* instead of console.log()
|
||||
* @param {any} any The message to log
|
||||
*/
|
||||
const log = function (any) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue