MCPcopy
hub / github.com/iptv-org/iptv / error

Method error

scripts/utils.ts:315–317  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

313 }
314
315 error(message: string) {
316 console.log(`[#${this.issue.number}] ${this.type}: └── ERROR: ${message}`)
317 }
318
319 info(message: string) {
320 console.log(`[#${this.issue.number}] ${this.type}: └── INFO: ${message}`)

Callers 6

mainFunction · 0.80
onFinishFunction · 0.80
removeStreamFunction · 0.80
editStreamFunction · 0.80
addStreamFunction · 0.80
edit.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected