add a log

This commit is contained in:
John Sudol 2022-11-23 21:14:45 +00:00 committed by GitHub
parent 65b52aff67
commit 52086c38b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ export class IssuesProcessor {
this.operations = new StaleOperations(this.options);
this._logger.info(
LoggerService.yellow(`Starting the stale action process...`)
LoggerService.yellow(`Starting the stale action process... logging`)
);
if (this.options.debugOnly) {