rename watchman to watch, and rename content to be part of background
This commit is contained in:
parent
543a3d4e13
commit
43322a8208
4 changed files with 17 additions and 21 deletions
4
scripts/external/watch.js
vendored
4
scripts/external/watch.js
vendored
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue