* Called when the module is started.
()
| 48 | * Called when the module is started. |
| 49 | */ |
| 50 | start () { |
| 51 | Log.info(`Starting module: ${this.name}`); |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Returns a list of scripts the module requires to be loaded. |
no outgoing calls
no test coverage detected