update log message for todo file

This commit is contained in:
2024-11-07 11:45:03 -05:00
parent 9025836857
commit abdb8af55f

View File

@@ -159,7 +159,7 @@ export class MarkdownGenerator {
*/
async getTodo() {
try {
console.log('getting project todo');
console.log('Reading todo file');
return await readFile('./todo', 'utf-8');
} catch (error) {
if (error.code === 'ENOENT') {