mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-11 11:14:56 +00:00
fix: download.ts name
This commit is contained in:
@@ -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`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user