From a4663a218e8eb673fc53f0e10870d8462645a765 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:36:50 +0300 Subject: [PATCH] Update grab.ts https://github.com/iptv-org/epg/issues/2265 --- scripts/commands/epg/grab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/epg/grab.ts b/scripts/commands/epg/grab.ts index 82395767..a0d63037 100644 --- a/scripts/commands/epg/grab.ts +++ b/scripts/commands/epg/grab.ts @@ -52,7 +52,7 @@ async function main() { const logger = new Logger() - logger.start('staring...') + logger.start('starting...') logger.info('config:') logger.tree(options)