fix: download.ts name

This commit is contained in:
Ben Allfree
2023-10-21 03:34:26 -07:00
parent f07b69dd71
commit f09b679aee

View File

@@ -15,7 +15,7 @@ LoggerService({ debug: PUBLIC_DEBUG, trace: TRACE, errorTrace: !PUBLIC_DEBUG })
// @ts-ignore
global.EventSource = require('eventsource')
;(async () => {
const logger = LoggerService().create(`mothership.ts`)
const logger = LoggerService().create(`download.ts`)
const { dbg, error, info, warn } = logger
info(`Starting`)