rename watchman to watch, and rename content to be part of background

This commit is contained in:
buzz-lightsnack-2007 2024-04-28 13:11:05 +08:00
parent 543a3d4e13
commit 43322a8208
4 changed files with 17 additions and 21 deletions

View file

@ -8,7 +8,7 @@ import logging from "/scripts/logging.js";
import texts from "/scripts/mapping/read.js";
import {read} from "/scripts/secretariat.js";
export default class watchman {
export default class watch {
/* Open relevant graphical user interfaces.
*/
static callGUI() {
@ -33,7 +33,7 @@ export default class watchman {
});
}
static job() {
static main() {
/* The main action. */
(check.platform()).then((RULES) => {
if (RULES && Object.keys(RULES).length > 0) {